Skip to content

Commit 0b271d2

Browse files
Update PULL_REQUEST_TEMPLATE.md
1 parent e126c39 commit 0b271d2

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Please replace every line in curly brackets ( { like this } ) with an appropriate description, and remove this line.
1+
**For the title of this PR:** please follow the grammatical rules of a usual publication title, without capitalisation (except for the first letter). Thus, the title should NOT CONTAIN CODE: no dots, no parentheses, no backticks, no brackets, etc. It needs to be distinctive (not detailed) and succinct (not lengthy). Details of this PR will go in the description. **For the description of this PR:** please replace every line in curly brackets ( { like this } ) with an appropriate description following the guidance. Finally, **please remove this paragraph**.
22

33
## What is the goal of this PR?
44

@@ -9,4 +9,9 @@ Please replace every line in curly brackets ( { like this } ) with an appropriat
99

1010
## What are the changes implemented in this PR?
1111

12-
{ Please explain what you implemented, why your changes are the best way to achieve the goal(s) above, and reference the GitHub issues to be automatically closed, such like 'closes #number'. }
12+
{ Please explain what you implemented, why your changes are the best way to achieve the goal(s) above. Please describe every method, class and package, by explaining:
13+
- its responsibility,
14+
- how it's expected to behave, and
15+
- how it relates to the adjacent methods/classes/packages it interacts with.
16+
17+
This would allow the reviewer to understand your intentions in the code much better. If you're adding new classes, make sure these explanations are also included in the class header comments. Last but not least, please reference the GitHub issues to be automatically closed, such like 'closes #number'. }

0 commit comments

Comments
 (0)