summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorNiklas Hambüchen <mail@nh2.me>2021-06-26 04:37:39 +0200
committerNiklas Hambüchen <mail@nh2.me>2021-06-26 04:51:38 +0200
commit3c29ced243cc032806f680ae67845b9b3a879183 (patch)
tree25babaf3586ef90b61e21771a819c492d94ce3ca /doc
parentf93aa9b94b0c025c6f531f243a2a13723959168a (diff)
downloadnixpkgs-3c29ced243cc032806f680ae67845b9b3a879183.tar
nixpkgs-3c29ced243cc032806f680ae67845b9b3a879183.tar.gz
nixpkgs-3c29ced243cc032806f680ae67845b9b3a879183.tar.bz2
nixpkgs-3c29ced243cc032806f680ae67845b9b3a879183.tar.lz
nixpkgs-3c29ced243cc032806f680ae67845b9b3a879183.tar.xz
nixpkgs-3c29ced243cc032806f680ae67845b9b3a879183.tar.zst
nixpkgs-3c29ced243cc032806f680ae67845b9b3a879183.zip
CONTRIBUTING.md: Move to repo root, where it is more visible.
We found that many users found it difficult to locate this document.

Github supports it in the root, see:
https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors
Diffstat (limited to 'doc')
-rw-r--r--doc/contributing/submitting-changes.chapter.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/contributing/submitting-changes.chapter.md b/doc/contributing/submitting-changes.chapter.md
index 29b8ec493e7..221ba300619 100644
--- a/doc/contributing/submitting-changes.chapter.md
+++ b/doc/contributing/submitting-changes.chapter.md
@@ -62,7 +62,7 @@
 
 - Push your changes to your fork of nixpkgs.
 - Create the pull request
-- Follow [the contribution guidelines](https://github.com/NixOS/nixpkgs/blob/master/.github/CONTRIBUTING.md#submitting-changes).
+- Follow [the contribution guidelines](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md#submitting-changes).
 
 ## Submitting security fixes {#submitting-changes-submitting-security-fixes}
 
@@ -193,7 +193,7 @@ It’s important to test any executables generated by a build when you change or
 
 ### Meets Nixpkgs contribution standards {#submitting-changes-contribution-standards}
 
-The last checkbox is fits [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/.github/CONTRIBUTING.md). The contributing document has detailed information on standards the Nix community has for commit messages, reviews, licensing of contributions you make to the project, etc\... Everyone should read and understand the standards the community has for contributing before submitting a pull request.
+The last checkbox is fits [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md). The contributing document has detailed information on standards the Nix community has for commit messages, reviews, licensing of contributions you make to the project, etc\... Everyone should read and understand the standards the community has for contributing before submitting a pull request.
 
 ## Hotfixing pull requests {#submitting-changes-hotfixing-pull-requests}