doc: rename contribution instructions

Rename CONTRIBUTORS.rst -> CONTRIBUTING.rst. The new name is what
GitHub expects and will make the document more discoverable, e.g.
on https://github.com/theupdateframework/python-tuf/contribute.

More details under:
https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors

Note: I searched all repositories in theupdateframework GitHub
organization for references (there were none) and will update the
links in the CII Best Practice badge app for tuf.

Signed-off-by: Lukas Puehringer <lukas.puehringer@nyu.edu>
This commit is contained in:
Lukas Puehringer 2022-02-09 15:00:42 +01:00
parent d4dd652582
commit 4d1fad233a
3 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ Builder (CB). The project's Consensus Builder (CB) is Justin Cappos
## Contributions
[A contributor can submit GitHub pull
requests](CONTRIBUTORS.rst)
requests](CONTRIBUTING.rst)
to the project's repositories. They must follow the project's [code of
conduct](CODE-OF-CONDUCT.md), the [developer certificate of
origin](https://developercertificate.org/), the [code style

View file

@ -17,4 +17,4 @@ systems.
api/api-reference
INSTALLATION
Usage examples <https://github.com/theupdateframework/python-tuf/tree/develop/examples>
CONTRIBUTORS
CONTRIBUTING