From 4d1fad233a649f3decb1d583a247116a5949fbaa Mon Sep 17 00:00:00 2001 From: Lukas Puehringer Date: Wed, 9 Feb 2022 15:00:42 +0100 Subject: [PATCH] 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 --- docs/{CONTRIBUTORS.rst => CONTRIBUTING.rst} | 0 docs/GOVERNANCE.md | 2 +- docs/index.rst | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename docs/{CONTRIBUTORS.rst => CONTRIBUTING.rst} (100%) diff --git a/docs/CONTRIBUTORS.rst b/docs/CONTRIBUTING.rst similarity index 100% rename from docs/CONTRIBUTORS.rst rename to docs/CONTRIBUTING.rst diff --git a/docs/GOVERNANCE.md b/docs/GOVERNANCE.md index b107b5e490..75d9a16e21 100644 --- a/docs/GOVERNANCE.md +++ b/docs/GOVERNANCE.md @@ -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 diff --git a/docs/index.rst b/docs/index.rst index a232f70173..83b126ea46 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -17,4 +17,4 @@ systems. api/api-reference INSTALLATION Usage examples - CONTRIBUTORS \ No newline at end of file + CONTRIBUTING