summary refs log tree commit diff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorNiklas Hambüchen <mail@nh2.me>2022-01-04 21:43:10 +0100
committerGitHub <noreply@github.com>2022-01-04 21:43:10 +0100
commit11d91bd3185af9f4f8a084fbe1535486c8da8653 (patch)
treea2ee06151251ad6164d3e47e97a4e071c2716735 /CONTRIBUTING.md
parent5e42776e56c6c7804f4e256b471a86cad64f07a6 (diff)
downloadnixpkgs-11d91bd3185af9f4f8a084fbe1535486c8da8653.tar
nixpkgs-11d91bd3185af9f4f8a084fbe1535486c8da8653.tar.gz
nixpkgs-11d91bd3185af9f4f8a084fbe1535486c8da8653.tar.bz2
nixpkgs-11d91bd3185af9f4f8a084fbe1535486c8da8653.tar.lz
nixpkgs-11d91bd3185af9f4f8a084fbe1535486c8da8653.tar.xz
nixpkgs-11d91bd3185af9f4f8a084fbe1535486c8da8653.tar.zst
nixpkgs-11d91bd3185af9f4f8a084fbe1535486c8da8653.zip
CONTRIBUTING: Make clearer where branch policy can be found
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index e3a18c6e7eb..f0d1ecf5aa3 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -11,6 +11,10 @@ under the terms of [COPYING](COPYING), which is an MIT-like license.
 
 ## Submitting changes
 
+Read the ["Submitting changes"](https://nixos.org/nixpkgs/manual/#chap-submitting-changes) section of the nixpkgs manual. It explains how to write, test, and iterate on your change, and which branch to base your pull request against.
+
+Below is a short excerpt of some points in there:
+
 * Format the commit messages in the following way:
 
   ```
@@ -40,7 +44,7 @@ under the terms of [COPYING](COPYING), which is an MIT-like license.
   * If there is no upstream license, `meta.license` should default to `lib.licenses.unfree`.
 * `meta.maintainers` must be set.
 
-See the nixpkgs manual for more details on [standard meta-attributes](https://nixos.org/nixpkgs/manual/#sec-standard-meta-attributes) and on how to [submit changes to nixpkgs](https://nixos.org/nixpkgs/manual/#chap-submitting-changes).
+See the nixpkgs manual for more details on [standard meta-attributes](https://nixos.org/nixpkgs/manual/#sec-standard-meta-attributes).
 
 ## Writing good commit messages