diff --git a/CONTRIBUTING.MD b/CONTRIBUTING.MD index 99b3c98..5498a72 100644 --- a/CONTRIBUTING.MD +++ b/CONTRIBUTING.MD @@ -2,11 +2,11 @@ [fork]: https://github.com/actions/partner-runner-images/fork [pr]: https://github.com//actions/partner-runner-images/compare -[code-of-conduct]: CODE_OF_CONDUCT.md +[code-of-conduct]: CODE_OF_CONDUCT.MD 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](https://help.github.com/articles/github-terms-of-service/#6-contributions-under-repository-license) to the public under the [MIT](LICENSE.md). +Contributions to this project are [released](https://help.github.com/articles/github-terms-of-service/#6-contributions-under-repository-license) to the public under the [MIT license](LICENSE.txt). Please note that this project is released with a [Contributor Code of Conduct][code-of-conduct]. By participating in this project you agree to abide by its terms. @@ -14,7 +14,7 @@ Please note that this project is released with a [Contributor Code of Conduct][c 1. [Fork][fork] and clone the repository 1. Create a new branch: `git checkout -b my-branch-name` -1. Make your changes, ensure that they include steps to install, validate post-install and update software report (please see [How to add new tool](CONTRIBUTING.md#how-to-add-new-tool) for details). +1. Make your changes, ensure that they include steps to install, validate post-install and update software report (please see [How to add new tool](CONTRIBUTING.MD#how-to-add-new-tool) for details). 1. Test your changes by [creating VHD and deploying a VM](docs/create-image-and-azure-resources.md). 1. Push to your fork and [submit a pull request][pr]