changes 'github' to 'GitHub' in community (#51111)

* changes 'github' to 'GitHub' in community
This commit is contained in:
mclean 2019-01-24 20:28:39 +00:00 committed by Alicia Cozine
parent ebe8510f05
commit 8e9a5c8de7

View file

@ -56,7 +56,7 @@ Individuals with direct commit access to ansible/ansible are entrusted with powe
* Do
- Squash, avoid merges whenever possible, use github's squash commits or cherry pick if needed (bisect thanks you).
- Squash, avoid merges whenever possible, use GitHub's squash commits or cherry pick if needed (bisect thanks you).
- Be active. Committers who have no activity on the project (through merges, triage, commits, etc.) will have their permissions suspended.
- Consider backwards compatibility (goes back to "don't break existing playbooks").
- Write tests. PRs with tests are looked at with more priority than PRs without tests that should have them included. While not all changes require tests, be sure to add them for bug fixes or functionality changes.