We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1e1b69 commit b791b96Copy full SHA for b791b96
.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,17 @@
1
+### Motivation
2
+<!-- Why this pull request? -->
3
+
4
+### Change description
5
+<!-- What does your code do? -->
6
7
+### Additional Notes
8
+<!-- Link any useful metadata: Jira task, GitHub issue, ... -->
9
10
+### Reviewer checklist
11
12
+* [ ] PR address a single concern.
13
+* [ ] PR title and description are properly filled.
14
+* [ ] Changes will be merged in `main`.
15
+* [ ] Changes are covered by tests.
16
+* [ ] Logging is meaningful in case of troubleshooting.
17
+* [ ] History is clean, commit messages are meaningful (see `CONTRIBUTING.md`) and are well formatted.
0 commit comments