From 56a047c7a135ed981971c2550125429499813c8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Forsman?= Date: Wed, 13 Sep 2017 14:09:21 +0200 Subject: [PATCH] doc/submitting-changes.xml: suggest "nixos/" prefix for NixOS changes Commit 8537cf0f818a95073e93ac755e9fa17c30982caa ("CONTRIBUTING.md: suggest "nixos/" prefix for NixOS changes") only changed CONTRIBUTING.md file and forgot about the Nixpkgs manual. (I didn't know this information was stored in two places.) --- doc/submitting-changes.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/submitting-changes.xml b/doc/submitting-changes.xml index 342941a442a..f65b2898262 100644 --- a/doc/submitting-changes.xml +++ b/doc/submitting-changes.xml @@ -61,7 +61,7 @@ $ git checkout -b 'fix/pkg-name-update' Format the commit in a following way: -(pkg-name | service-name): (from -> to | init at version | refactor | etc) +(pkg-name | nixos/<module>): (from -> to | init at version | refactor | etc) Additional information. @@ -84,13 +84,13 @@ Additional information. -hydra service: add bazBaz option +nixos/hydra: add bazBaz option -nginx service: refactor config generation +nixos/nginx: refactor config generation @@ -196,7 +196,7 @@ Additional information. -Write the title in format (pkg-name | service): improvement. +Write the title in format (pkg-name | nixos/<module>): improvement.