Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 2.01 KB

CONTRIBUTING.md

File metadata and controls

36 lines (22 loc) · 2.01 KB

Contributing

Hi there! We're thrilled that you'd like to contribute to this project. Your help is essential for keeping it great.

Contributions to this project are released to the public under the project's open source license.

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Prerequisites for running and testing code

Building this image requires support for Windows Containers. The container must comply with the Actions Runner Controller's image requirements.

This repository does not contain any automated tests.

Submitting a pull request

This project is not actively maintained (see SUPPORT), so reviews of pull requests will be limited. If you want to provide a PR:

  1. Fork and clone the repository
  2. Validate that the image builds properly using Windows Server 2022 and works properly with ARC.
  3. Push to your fork and submit a pull request
  4. Pat yourself on the back and wait for your pull request to be reviewed and merged.

Here are a few things you can do that will increase the likelihood of your pull request being accepted:

  • Write tests.
  • Keep your change as focused as possible. If there are multiple changes you would like to make that are not dependent upon each other, consider submitting them as separate pull requests.
  • Write a good commit message.

Resources