Skip to content

Commit 7b035a3

Browse files
committed
chore: update the pull request template to be less messy
1 parent e291da7 commit 7b035a3

File tree

1 file changed

+9
-17
lines changed

1 file changed

+9
-17
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+9-17
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,15 @@ code will be consistent over time. See for example https://betterprogramming.pub
77
if you need a bit of guidance while writing your tests.
88
-->
99

10-
### This pull request includes:
10+
### Motivation
11+
<!-- Explain the context and why you're making the change (what is the problem solved by this pr) -->
1112

12-
- [ ] Bug fix (non-breaking change which fixes an issue)
13-
- [ ] New feature (non-breaking change which adds functionality)
14-
- [ ] Breaking change (fix or feature that would cause existing api/functionality to change)
15-
- [ ] I have read the [CONTRIBUTING](../CONTRIBUTING.md) document.
16-
- [ ] My code follows the code style of this project.
17-
- [ ] My change requires a change to the documentation or javadocs.
18-
- [ ] I have updated the documentation accordingly.
19-
- [ ] I have updated the javadocs accordingly.
20-
- [ ] I have added tests to cover my changes.
21-
- [ ] All new and existing tests passed.
13+
### Modification
14+
<!-- Describe the modification you've done to the codebase -->
2215

23-
### Changes made to the repository:
16+
### Result
17+
<!-- Describe the result of the pull request (what changed compared to before) -->
2418

25-
<!-- A brief description of the changes done in this pull request. -->
26-
27-
### Related issues/discussions:
28-
29-
<!-- Add any related issues here by mentioning them (e.g. Fixes #1). -->
19+
##### Other context
20+
<!-- Other context of the pull request, a discussion, issue or anything else related -->
21+
Fixes #

0 commit comments

Comments
 (0)