mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 19:46:05 +01:00
PULL_REQUEST_TEMPLATE: fix commit message link formatting (#7673)
Automatic markdown formatting messes with the display format.. Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
parent
d9a57c597c
commit
279ca5addc
1 changed files with 6 additions and 12 deletions
18
.github/PULL_REQUEST_TEMPLATE.md
vendored
18
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
|
@ -27,8 +27,7 @@ Also make sure to read the guidelines found at
|
||||||
- [ ] Code tested through `nix run .#tests -- test-all` or
|
- [ ] Code tested through `nix run .#tests -- test-all` or
|
||||||
`nix-shell --pure tests -A run.all`.
|
`nix-shell --pure tests -A run.all`.
|
||||||
|
|
||||||
- [ ] Test cases updated/added. See
|
- [ ] Test cases updated/added. See [example](https://github.com/nix-community/home-manager/commit/f3fbb50b68df20da47f9b0def5607857fcc0d021#diff-b61a6d542f9036550ba9c401c80f00ef).
|
||||||
[example](https://github.com/nix-community/home-manager/commit/f3fbb50b68df20da47f9b0def5607857fcc0d021#diff-b61a6d542f9036550ba9c401c80f00ef).
|
|
||||||
|
|
||||||
- [ ] Commit messages are formatted like
|
- [ ] Commit messages are formatted like
|
||||||
|
|
||||||
|
|
@ -38,18 +37,13 @@ Also make sure to read the guidelines found at
|
||||||
{long description}
|
{long description}
|
||||||
```
|
```
|
||||||
|
|
||||||
See [CONTRIBUTING](https://nix-community.github.io/home-manager/#sec-commit-style) for more information and
|
See [CONTRIBUTING](https://nix-community.github.io/home-manager/#sec-commit-style) for more information and [recent commit messages](https://github.com/nix-community/home-manager/commits/master) for examples.
|
||||||
[recent commit messages](https://github.com/nix-community/home-manager/commits/master) for examples.
|
|
||||||
|
|
||||||
- If this PR adds a new module
|
- If this PR adds a new module
|
||||||
|
|
||||||
- [ ] Added myself as module maintainer. See
|
- [ ] Added myself as module maintainer. See [example](https://github.com/nix-community/home-manager/blob/a51598236f23c89e59ee77eb8e0614358b0e896c/modules/programs/lesspipe.nix#L11).
|
||||||
[example](https://github.com/nix-community/home-manager/blob/a51598236f23c89e59ee77eb8e0614358b0e896c/modules/programs/lesspipe.nix#L11).
|
- [ ] Generate a news entry. See [News](https://nix-community.github.io/home-manager/index.xhtml#sec-news)
|
||||||
- [ ] Generate a news entry. See
|
- [ ] Basic tests added. See [Tests](https://nix-community.github.io/home-manager/index.xhtml#sec-tests)
|
||||||
[News](https://nix-community.github.io/home-manager/index.xhtml#sec-news)
|
|
||||||
- [ ] Basic tests added. See
|
|
||||||
[Tests](https://nix-community.github.io/home-manager/index.xhtml#sec-tests)
|
|
||||||
|
|
||||||
- If this PR adds an exciting new feature or contains a breaking change.
|
- If this PR adds an exciting new feature or contains a breaking change.
|
||||||
- [ ] Generate a news entry. See
|
- [ ] Generate a news entry. See [News](https://nix-community.github.io/home-manager/index.xhtml#sec-news)
|
||||||
[News](https://nix-community.github.io/home-manager/index.xhtml#sec-news)
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue