Skip to content

Commit c18dd12

Browse files
pull_request template
Signed-off-by: alexey semenyuk <alexsemenyuk88@gmail.com>
1 parent 507e927 commit c18dd12

1 file changed

Lines changed: 45 additions & 0 deletions

File tree

.github/pull_request_template.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
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+
36+
<hr>
37+
38+
## Screenshots (If Applicable)
39+
40+
<hr>
41+
42+
43+
## Other Information
44+
45+
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)