Commit 7b035a3 1 parent e291da7 commit 7b035a3 Copy full SHA for 7b035a3
File tree 1 file changed +9
-17
lines changed
1 file changed +9
-17
lines changed Original file line number Diff line number Diff line change @@ -7,23 +7,15 @@ code will be consistent over time. See for example https://betterprogramming.pub
7
7
if you need a bit of guidance while writing your tests.
8
8
-->
9
9
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) -->
11
12
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 -->
22
15
23
- ### Changes made to the repository:
16
+ ### Result
17
+ <!-- Describe the result of the pull request (what changed compared to before) -->
24
18
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 #
You can’t perform that action at this time.
0 commit comments