Skip to content

Commit 3bd6524

Browse files
authored
Improve check list (#5587)
1 parent 782953d commit 3bd6524

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+14-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
1-
<!-- describe the changes you have made here: what, why, ...
2-
Link issues by using the following pattern: [#333](https://github.com/JabRef/jabref/issues/333) or [koppor#49](https://github.com/koppor/jabref/issues/47).
3-
The title of the PR must not reference an issue, because GitHub does not support autolinking there. -->
1+
<!--
2+
Describe the changes you have made here: what, why, ...
3+
Link issues by using the following pattern: #333.
4+
If you fixed a koppor issue, link it with following pattern: [koppor#47](https://github.com/koppor/jabref/issues/47).
5+
The title of the PR must not reference an issue, because GitHub does not support autolinking there.
6+
-->
47

58

6-
----
9+
<!--
10+
- All items with `[ ]` are still a TODO.
11+
- All items checked with `[x]` are done.
12+
- Remove items not applicable
13+
-->
714

8-
- [ ] Change in CHANGELOG.md described
9-
- [ ] Tests created for changes
10-
- [ ] Manually tested changed features in running JabRef
15+
- [ ] Change in CHANGELOG.md described (if applicable)
16+
- [ ] Tests created for changes (if applicable)
17+
- [ ] Manually tested changed features in running JabRef (always required)
1118
- [ ] Screenshots added in PR description (for bigger UI changes)
1219
- [ ] [Checked documentation](https://docs.jabref.org/): Is the information available and up to date? If not: Issue created at <https://github.com/JabRef/user-documentation/issues>.

0 commit comments

Comments
 (0)