Skip to content

Commit

Permalink
doc/submitting-changes.xml: suggest "nixos/<module>" prefix for NixOS…
Browse files Browse the repository at this point in the history
… changes

Commit 8537cf0
("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.)

(cherry picked from commit 56a047c)
  • Loading branch information
bjornfor committed Sep 13, 2017
1 parent 221a743 commit dcb66ca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/submitting-changes.xml
Expand Up @@ -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>

Expand All @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit dcb66ca

Please sign in to comment.