PULL_REQUEST_TEMPLATE.md: add maintainer cc section (#4193)
This commit is contained in:
parent
4a26e21030
commit
b406b8d1bc
7
.github/PULL_REQUEST_TEMPLATE.md
vendored
7
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
@ -40,3 +40,10 @@ Also make sure to read the guidelines found at
|
||||||
- If this PR adds a new module
|
- If this PR adds a new module
|
||||||
|
|
||||||
- [ ] Added myself as module maintainer. See [example](https://github.com/nix-community/home-manager/blob/068ff76a10e95820f886ac46957edcff4e44621d/modules/programs/lesspipe.nix#L6).
|
- [ ] Added myself as module maintainer. See [example](https://github.com/nix-community/home-manager/blob/068ff76a10e95820f886ac46957edcff4e44621d/modules/programs/lesspipe.nix#L6).
|
||||||
|
|
||||||
|
#### Maintainer CC
|
||||||
|
|
||||||
|
<!--
|
||||||
|
If you are updating a module, please @ people who are in its `meta.maintainers` list.
|
||||||
|
If in doubt, check `git blame` for whoever last touched something.
|
||||||
|
-->
|
||||||
|
|
Loading…
Reference in a new issue