Last Updated: February 25, 2016
·
887
· steve-jansen

Adding guidelines for repo contributors in GitHub

Want to remind GitHub collaborators about your code style, test standards, or license waivers? Just create a CONTRIBUTING.md file in the root of your repo.

GitHub will include a banner on new pull requests and new issues with a reminder to review the contributor guidelines:

banner with guidelines for contributing to this repository

Read more on the official GitHub blog