-
Notifications
You must be signed in to change notification settings - Fork 211
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: alexey semenyuk <[email protected]>
- Loading branch information
1 parent
507e927
commit c18dd12
Showing
1 changed file
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
<!-- Thanks for sending a pull request! --> | ||
|
||
## Proposed changes | ||
|
||
Please include a summary of the changes here and why we need those changes. And also let us know which issue is fixed. | ||
|
||
Fixes # <issue_number_here> | ||
|
||
<hr> | ||
|
||
## Types of changes | ||
|
||
<!-- to mark a point done, place an x in square brackets. eg [x]--> | ||
<!-- - [x] done with this task--> | ||
<!----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-----> | ||
|
||
- [ ] Bug fix | ||
- [ ] New feature added | ||
- [ ] Documentation Update | ||
|
||
<hr> | ||
|
||
## Please make sure to follow these points | ||
|
||
<!-- to mark a point done, place an x in square brackets. eg [x]--> | ||
<!-- - [x] done with this task--> | ||
<!----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-----> | ||
|
||
- [ ] I have read the contributing guidelines. | ||
- [ ] I have performed a self-review of my own code or work. | ||
- [ ] I have commented my code, particularly in hard-to-understand areas. | ||
- [ ] My changes generates no new warnings. | ||
- [ ] My Pull Request title is in format <code>< issue name ></code> eg <code>Added links in the documentation</code>. | ||
- [ ] I have added tests that prove my fix is effective or that my feature works. | ||
|
||
<hr> | ||
|
||
## Screenshots (If Applicable) | ||
|
||
<hr> | ||
|
||
|
||
## Other Information | ||
|
||
Any message for the reviewer or kick off the discussion by explaining why you considered this particular solution, any alternatives etc. |