Skip to content

Commit a89da2a

Browse files
authored
Create PULL_REQUEST_TEMPLATE.md
1 parent 25b8d42 commit a89da2a

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Description
2+
3+
A short summary of what is included in your Pull Request.
4+
5+
Fixes #(issue_no)
6+
7+
Replace `issue_no` in the above line, with the issue related to this PR.
8+
9+
## Type of change
10+
11+
Choose one or more options from the following as per the nature of your Pull request.
12+
- NOTE: *These boxes can be checked using **`[X]`***
13+
14+
- [ ] Bug fix (non-breaking change which fixes an issue)
15+
- [ ] New feature (non-breaking change which adds functionality)
16+
- [ ] Documentation Update
17+
18+
# Checklist:
19+
Please tick all the boxes that are fulfilled by your Pull Request.
20+
21+
- [ ] I have named my files and folder, according to this project's guidelines.
22+
- [ ] My code follows the style guidelines of this project.
23+
- [ ] My Pull Request has a descriptive title. (not a vague title like `Update index.md`)
24+
- [ ] I have commented on my code, particularly in hard-to-understand areas.

0 commit comments

Comments
 (0)