Skip to content

Commit b3a4803

Browse files
authored
Update pull_request_template.md
1 parent cdc62ee commit b3a4803

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/pull_request_template.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
# Changes and Information
22

3-
Please **briefly list the changes** made, additional Information and what the Reviewer should look out for:
3+
Please **briefly list the changes** (main added features, changed items, or corrected bugs) made:
44

5+
-
6+
-
7+
-
8+
9+
10+
If need be, add additional information and what the reviewer should look out for in particular:
11+
12+
-
513
-
614

715
## Merge Request - Guideline Checklist
@@ -24,3 +32,4 @@ Please check our [git workflow](https://github.com/SciCompMod/memilio/wiki/git-w
2432
- [ ] Code is clean of development artifacts (no deactivated or commented code lines, no debugging printouts, etc.)
2533
- [ ] Appropriate **unit tests** have been added, CI passes, code coverage and performance is acceptable (did not decrease)
2634
- [ ] No large data files added in the whole history of commits(files should in sum not exceed 100 KB, avoid PDFs, Word docs, etc.)
35+
- [ ] On merge, add 2-5 lines with of changes (main added features, changed items, or corrected bugs) to the merge-commit-message. This can be taken from the **briefly-list-the-changes** above (best case) or the separate commit messages (worst case).

0 commit comments

Comments
 (0)