-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve check list #5587
Improve check list #5587
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,19 @@ | ||
<!-- describe the changes you have made here: what, why, ... | ||
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). | ||
The title of the PR must not reference an issue, because GitHub does not support autolinking there. --> | ||
<!-- | ||
Describe the changes you have made here: what, why, ... | ||
Link issues by using the following pattern: #333. | ||
If you fixed a koppor issue, link it with following pattern: [koppor#47](https://github.com/koppor/jabref/issues/47). | ||
The title of the PR must not reference an issue, because GitHub does not support autolinking there. | ||
--> | ||
|
||
## Checklist | ||
|
||
---- | ||
I went through the following checklist and checked all items. All items with `[ ]` are still a TODO. All items checked with `[x]` are done. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This should be a comment, right? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. No, I wanted to it to be rendered as text so that the user really takes care about the check list. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It's however inconsistent with the other approaches when creating issues and about the description of a PR. |
||
|
||
- [ ] Change in CHANGELOG.md described | ||
- [ ] Tests created for changes | ||
- [ ] Manually tested changed features in running JabRef | ||
I added new TODOs at the end of the list (if applicable). | ||
|
||
- [ ] Change in CHANGELOG.md described (if applicable) | ||
- [ ] Tests created for changes (if applicable) | ||
- [ ] Manually tested changed features in running JabRef (always required) | ||
- [ ] Screenshots added in PR description (for bigger UI changes) | ||
- [ ] Ensured that [the git commit message is a good one](https://github.com/joelparkerhenderson/git_commit_message) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The git message doesn't really add anything. If I'm proposing a PR than the commits are already down. This can be added as a helpful comment at the end (for the next time). There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yeah, we should move that to our contribution guideline |
||
- [ ] Check documentation status (Issue created for outdated help page at [help.jabref.org](https://github.com/JabRef/help.jabref.org/issues)?) | ||
- [ ] Checked documentation status (issue created for outdated help page at [help.jabref.org](https://github.com/JabRef/help.jabref.org/issues)?) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The body of the PR is always the most important one, thus I don't like the heading here as it puts too much emphasize on something relatively unimportant.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wanted the thing to be more intuitively separated. Using
--
it always felt a bit off. I wondered whether we should add a section## Description