summary refs log tree commit diff
path: root/doc/submitting-changes.xml
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2017-09-13 14:09:21 +0200
committerBjørn Forsman <bjorn.forsman@gmail.com>2017-09-13 14:10:25 +0200
commit56a047c7a135ed981971c2550125429499813c8b (patch)
tree139aba5694c4d556aa2181e06386bcad6cbacce5 /doc/submitting-changes.xml
parent21298fd3f7b5a8f95a9f51648af80295464b5956 (diff)
downloadnixlib-56a047c7a135ed981971c2550125429499813c8b.tar
nixlib-56a047c7a135ed981971c2550125429499813c8b.tar.gz
nixlib-56a047c7a135ed981971c2550125429499813c8b.tar.bz2
nixlib-56a047c7a135ed981971c2550125429499813c8b.tar.lz
nixlib-56a047c7a135ed981971c2550125429499813c8b.tar.xz
nixlib-56a047c7a135ed981971c2550125429499813c8b.tar.zst
nixlib-56a047c7a135ed981971c2550125429499813c8b.zip
doc/submitting-changes.xml: suggest "nixos/<module>" prefix for NixOS changes
Commit 8537cf0f818a95073e93ac755e9fa17c30982caa
("CONTRIBUTING.md: suggest "nixos/<module>" 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.)
Diffstat (limited to 'doc/submitting-changes.xml')
-rw-r--r--doc/submitting-changes.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/submitting-changes.xml b/doc/submitting-changes.xml
index 342941a442a7..f65b2898262e 100644
--- a/doc/submitting-changes.xml
+++ b/doc/submitting-changes.xml
@@ -61,7 +61,7 @@ $ git checkout -b 'fix/pkg-name-update'
 <listitem>
 <para>Format the commit in a following way:</para>
 <programlisting>
-(pkg-name | service-name): (from -> to | init at version | refactor | etc)
+(pkg-name | nixos/&lt;module>): (from -> to | init at version | refactor | etc)
 Additional information.
 </programlisting>
 
@@ -84,13 +84,13 @@ Additional information.
 
 <listitem>
 <para>
-<command>hydra service: add bazBaz option</command>
+<command>nixos/hydra: add bazBaz option</command>
 </para>
 </listitem>
 
 <listitem>
 <para>
-<command>nginx service: refactor config generation</command>
+<command>nixos/nginx: refactor config generation</command>
 </para>
 </listitem>
 </itemizedlist>
@@ -196,7 +196,7 @@ Additional information.
 
 <itemizedlist>
 <listitem>
-<para>Write the title in format <command>(pkg-name | service): improvement</command>.
+<para>Write the title in format <command>(pkg-name | nixos/&lt;module>): improvement</command>.
 
 <itemizedlist>
 <listitem>