Skip to content

Commit 48b0ef9

Browse files
authored
Add pull request template (#278)
* Add pull request template * Add pull request template
1 parent c8f2cd8 commit 48b0ef9

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
| Q | A
2+
|-----------------| ---
3+
| Type | (bugfix / feature / refactoring / documentation update)
4+
| Issue | Resolves #.. the corresponding issue for this PR (if exist)
5+
| Breaking change | yes/no (if yes explain why below)
6+
7+
<!--
8+
Explain what the PR does and also why. If you have parts you are not sure about, please explain.
9+
10+
Please check this points before submitting your PR.
11+
- Add test to cover the changes you made on the code.
12+
- If you have a change on the documentation, please link to the page that you change.
13+
- If you add a new feature please update the documentation in the same PR.
14+
- If you really need to add a breaking change, explain why it is needed. Understand that this result in a lower change to get the PR accepted.
15+
- Any PR need 2 approvals before it get merged, sometimes this can take some time. Please be patient.
16+
-->

0 commit comments

Comments
 (0)