|
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. --> |
4 | 2 |
|
5 | 3 | <!-- 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? ... |
7 | 9 |
|
8 | 10 | ### Mandatory checks
|
9 | 11 |
|
10 | 12 | <!--
|
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 |
13 | 19 | -->
|
14 | 20 |
|
15 | 21 | - [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)
|
16 | 22 | - [ ] Change in `CHANGELOG.md` described in a way that is understandable for the average user (if change is visible to the user)
|
17 | 23 | - [ ] Tests created for changes (if applicable)
|
18 | 24 | - [ ] 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) |
20 | 26 | - [ ] [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.
|
21 | 27 | - [ ] [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