Skip to content

Commit dacd839

Browse files
authored
Merge pull request #1604 from alex-semenyuk/pull_request_template
Pull_request template
2 parents 507e927 + aaae065 commit dacd839

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

.github/pull_request_template.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
<!-- Thanks for sending a pull request! -->
2+
3+
## Proposed changes
4+
5+
Please include a summary of the changes here and why we need those changes. And also let us know which issue is fixed.
6+
7+
Fixes # <issue_number_here>
8+
9+
<hr>
10+
11+
## Types of changes
12+
13+
<!-- to mark a point done, place an x in square brackets. eg [x]-->
14+
<!-- - [x] done with this task-->
15+
<!----Please delete options that are not relevant. And in order to tick the check box just but x inside them for example [x] like this----->
16+
17+
- [ ] Bug fix
18+
- [ ] New feature added
19+
- [ ] Documentation Update
20+
21+
<hr>
22+
23+
## Please make sure to follow these points
24+
25+
<!-- to mark a point done, place an x in square brackets. eg [x]-->
26+
<!-- - [x] done with this task-->
27+
<!----Please delete options that are not relevant. And in order to tick the check box just but x inside them for example [x] like this----->
28+
29+
- [ ] I have read the contributing guidelines.
30+
- [ ] I have performed a self-review of my own code or work.
31+
- [ ] I have commented my code, particularly in hard-to-understand areas.
32+
- [ ] My changes generates no new warnings.
33+
- [ ] My Pull Request title is in format <code>< issue name ></code> eg <code>Added links in the documentation</code>.
34+
- [ ] I have added tests that prove my fix is effective or that my feature works.
35+
- [ ] My changes have sufficient code coverage (unit, integration, e2e tests).
36+
37+
<hr>
38+
39+
## Screenshots (If Applicable)
40+
41+
<hr>
42+
43+
44+
## Other Information
45+
46+
Any message for the reviewer or kick off the discussion by explaining why you considered this particular solution, any alternatives etc.

0 commit comments

Comments
 (0)