Skip to content

Commit 86b357b

Browse files
authored
Merge pull request #571 from krassowski/krassowski-improve-PR-template
Improve PR template
2 parents 0cd7642 + c99bee9 commit 86b357b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/pull_request_template.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ https://github.com/jupyterlab/jupyterlab/blob/master/CONTRIBUTING.md
77

88
## References
99

10-
<!-- Note issue numbers this pull request addresses (should be at least one, see contributing guidelines above). -->
10+
<!-- Note issue numbers this pull request addresses (should be at least one, see contributing guidelines above).
11+
Use "fixes" and "closes" linking phrases as appropriate. -->
1112

1213
<!-- Note any other pull requests that address this issue and how this pull request is different. -->
1314

@@ -27,7 +28,7 @@ https://github.com/jupyterlab/jupyterlab/blob/master/CONTRIBUTING.md
2728

2829
## Chores
2930

30-
- [ ] linted
31-
- [ ] tested
32-
- [ ] documented
33-
- [ ] changelog entry
31+
- [ ] linted <!-- Required: Run "jlpm lint" and "python scripts/lint.py" from the root of the repository, then check this box like this: [x] -->
32+
- [ ] tested <!-- Recommended: Let us know if you already added a test case (if relevant). -->
33+
- [ ] documented <!-- Optional: Would it be good to improve the documentation? If yes, please consider doing this and checking this box. -->
34+
- [ ] changelog entry <!-- Recommended: Add a note in the CHANGELOG.md file under the most recent >unreleased< version; if one does not exist, feel free to create one by increasing the version number (no worries if you are not certain of the details - we can improve it later; let's just have something to work with) -->

0 commit comments

Comments
 (0)