summary refs log tree commit diff
path: root/.github/workflows
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 /.github/workflows
parentf93aa9b94b0c025c6f531f243a2a13723959168a (diff)
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 '.github/workflows')
-rw-r--r--.github/workflows/backport.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml
index 5b38b94bd6dcc..bea970f02d408 100644
--- a/.github/workflows/backport.yml
+++ b/.github/workflows/backport.yml
@@ -25,5 +25,5 @@ jobs:
           pull_description: |-
             Bot-based backport to `${target_branch}`, triggered by a label in #${pull_number}.
 
-            * [ ] Before merging, ensure that this backport complies with the [Criteria for Backporting](https://github.com/NixOS/nixpkgs/blob/master/.github/CONTRIBUTING.md#criteria-for-backporting-changes).
+            * [ ] Before merging, ensure that this backport complies with the [Criteria for Backporting](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md#criteria-for-backporting-changes).
               * Even as a non-commiter, if you find that it does not comply, leave a comment.