Skip to content

Commit 0e12d39

Browse files
committed
Update the templates.
1 parent 1958b77 commit 0e12d39

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55
## Type of issue
66

7-
- [ ] Feature(New Script)
7+
- [ ] Feature (New Script)
88
- [ ] Bug
99
- [ ] Documentation
1010

1111
## Checklist:
1212

1313
- [ ] I have read the project guidelines.
14-
- [ ] I have checked all the existing projects before submitting a new project issue
15-
- [ ] I have checked previous issues to avoid duplicates
14+
- [ ] I have checked all the existing projects, before submitting a new project issue.
15+
- [ ] I have checked previous issues to avoid duplicates.
1616
- [ ] This issue will be meaningful for the project.
1717

1818

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Description
22

3-
A short summary of what is included in your pull request
3+
A short summary of what is included in your Pull Request.
44

55
Fixes #(issue_no)
66

7-
Replace `issue_no` in the above line with the issue related to this PR.
7+
Replace `issue_no` in the above line, with the issue related to this PR.
88

99
## Type of change
1010

@@ -15,13 +15,13 @@ Choosing one or more options from the following as per the nature of your Pull r
1515
- [ ] Documentation Update
1616

1717
# Checklist:
18-
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-
- [ ] I have commented my code, particularly in hard-to-understand areas
24-
- [ ] I have created a helpful and easy to understand `README.md`
25-
- [ ] I have included a requirements.txt file(if external libraries are required)
26-
- [ ] My changes dont produce any warnings.
27-
- [ ] I have added a working sample/screenshot of the script
18+
Please tick all the boxes that are fulfilled by your Pull Request.
19+
20+
- [ ] I have named my files and folder, according to this project's guidelines.
21+
- [ ] My code follows the style guidelines of this project.
22+
- [ ] My Pull Request has a descriptive title. (not a vague title like `Update index.md`)
23+
- [ ] I have commented on my code, particularly in hard-to-understand areas.
24+
- [ ] I have created a helpful and easy to understand `README.md`, according to the given [`README_TEMPLATE.`](https://github.com/chavarera/python-mini-projects/blob/master/README_TEMPLATE.md).
25+
- [ ] I have included a requirements.txt file (if external libraries are required.)
26+
- [ ] My changes do not produce any warnings.
27+
- [ ] I have added a working sample/screenshot of the script.

0 commit comments

Comments
 (0)