Skip to content

Commit 55bc0cf

Browse files
kopporsubhramitThiloteE
authoredMar 16, 2025··
Refine PULL_REQUEST_TEMPLATE.md (#12749)
* Refine PULL_REQUEST_TEMPLATE.md * Refinements * Thilo's suggestions * Remove redundant text * Refine screenshot check * Tiny refinement * Unify same information * Refine WIP comment * Update .github/PULL_REQUEST_TEMPLATE.md Co-authored-by: ThiloteE <[email protected]> * Update .github/PULL_REQUEST_TEMPLATE.md * refine first few lines * one more underscore * xyz -> numbers --------- Co-authored-by: Subhramit Basu <[email protected]> Co-authored-by: ThiloteE <[email protected]>
1 parent c1c1017 commit 55bc0cf

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed
 

‎.github/PULL_REQUEST_TEMPLATE.md

+13-7
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,27 @@
1-
<!-- YOU HAVE TO MODIFY THIS TEXT TO FIT YOUR PR. OTHERWISE, YOUR PR WILL BE CLOSED WITHOUT FURTHER COMMENT. -->
2-
3-
Describe the changes you have made here: what, why, ...
1+
<!-- YOU HAVE TO MODIFY THE TEXT BELOW TO FIT YOUR PR. OTHERWISE, YOUR PR WILL BE CLOSED WITHOUT FURTHER COMMENT. -->
42

53
<!-- LINK THE ISSUE WITH THE "Closes" KEYWORD -->
6-
<!-- Example: Closes (link) OR Closes #xyz -->
4+
<!-- Example: Closes (link) OR Closes #12345 -->
5+
6+
Closes _____
7+
Describe the changes you have made here: what, where, why, ...
8+
If your work is not yet complete, please open a draft pull request. In that case, outline your intended next steps. Do you need feedback? Will you continue in parallel? ...
79

810
### Mandatory checks
911

1012
<!--
11-
- Go through the list below. Please don't remove any items.
12-
- [x] done; [ ] not done / not applicable
13+
Go throgh the checklist below. It is mandatory, even for a draft pull request.
14+
15+
Keep ALL the items. Mark them as follows:
16+
[x] done
17+
[ ] not done
18+
[/] not applicable
1319
-->
1420

1521
- [x] I own the copyright of the code submitted and I licence it under the [MIT license](https://github.com/JabRef/jabref/blob/main/LICENSE)
1622
- [ ] Change in `CHANGELOG.md` described in a way that is understandable for the average user (if change is visible to the user)
1723
- [ ] Tests created for changes (if applicable)
1824
- [ ] Manually tested changed features in running JabRef (always required)
19-
- [ ] Screenshots added in PR description (for UI changes)
25+
- [ ] Screenshots added in PR description (if change is visible to the user)
2026
- [ ] [Checked developer's documentation](https://devdocs.jabref.org/): Is the information available and up to date? If not, I outlined it in this pull request.
2127
- [ ] [Checked documentation](https://docs.jabref.org/): Is the information available and up to date? If not, I created an issue at <https://github.com/JabRef/user-documentation/issues> or, even better, I submitted a pull request to the documentation repository.

0 commit comments

Comments
 (0)
Please sign in to comment.