Skip to content

Commit b791b96

Browse files
Maurizio Brancapolldo
Maurizio Branca
authored andcommitted
Add our standard PR template (#14)
* Add our standard PR template * Update main branch name
1 parent d1e1b69 commit b791b96

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

Diff for: .github/PULL_REQUEST_TEMPLATE.md

+17
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)