Rename the CoC and contributor guide to the names GitHub recognizes.

These special names are recognized by GitHub, for example on https://github.com/vmware-tanzu/pinniped/community.

Signed-off-by: Matt Moyer <moyerm@vmware.com>
This commit is contained in:
Matt Moyer
2020-10-02 15:00:23 -05:00
parent 916db74d65
commit fe12f85c70
5 changed files with 10 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
Thank you for submitting a pull request for Pinniped!
Before submitting, please see the guidelines in doc/contributing.md in this repo.
Before submitting, please see the guidelines in CONTRIBUTING.md in this repo.
Please note that a project maintainer will need to review and provide an
initial approval on the PR to cause CI tests to automatically start.
@@ -8,7 +8,7 @@ Also note that if you push additional commits to the PR, those commits
will need another initial approval before CI will pick them up.
Reminder: Did you remember to run all the linter, unit tests, and integration tests
described in doc/contributing.md on your branch before submitting this PR?
described in CONTRIBUTING.md on your branch before submitting this PR?
Below is a template to help you describe your PR.