mirror of
https://github.com/nix-community/home-manager
synced 2024-11-27 13:39:46 +01:00
contributing: add note about news entry for new modules
This commit is contained in:
parent
ef148ab3cb
commit
aedde6dcde
1 changed files with 2 additions and 1 deletions
|
@ -153,7 +153,8 @@ If you do have a change worthy of a news entry then please add one in
|
||||||
condition = hostPlatform.isLinux;
|
condition = hostPlatform.isLinux;
|
||||||
```
|
```
|
||||||
|
|
||||||
should be added.
|
should be added. If you contribute a module then you don't need to
|
||||||
|
add this entry, the merger will create an entry for you.
|
||||||
|
|
||||||
[open issues]: https://github.com/rycee/home-manager/issues
|
[open issues]: https://github.com/rycee/home-manager/issues
|
||||||
[new issue]: https://github.com/rycee/home-manager/issues/new
|
[new issue]: https://github.com/rycee/home-manager/issues/new
|
||||||
|
|
Loading…
Reference in a new issue