Skip to content

Commit 6e49590

Browse files
committed
Update PR template.
Signed-off-by: Steffen Jaeckel <s@jaeckel.eu>
1 parent 52c2bd3 commit 6e49590

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
33
Thank you for your pull request.
44
5-
If this fixes an existing github issue, make sure to have a line saying 'Fixes #XXXX' (without quotes) in the commit message.
5+
If this fixes an existing github issue, make sure to have a line saying 'Fixes: <github-issue>' (without quotes) in the commit message.
6+
Please use the long format to refer to an issue 'libtom/libtomcrypt#<issue-id>'.
7+
8+
If this fixes something (even if there exists no github issue), make sure to have a line saying 'Fixes: <commit-id> ("Description")'
9+
This can be created via e.g. `git --no-pager log -1 --pretty=fixes <commid-id>
610
711
-->
812

@@ -11,3 +15,4 @@ If this fixes an existing github issue, make sure to have a line saying 'Fixes #
1115

1216
* [ ] documentation is added or updated
1317
* [ ] tests are added or updated
18+
* [ ] if this fixes something: added a `Fixes:` tag to the commit message

0 commit comments

Comments
 (0)