Skip to content

Commit 83ff799

Browse files
update: pr-template
1 parent 9d29c74 commit 83ff799

File tree

1 file changed

+11
-22
lines changed

1 file changed

+11
-22
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 11 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,31 @@
1-
<!-- #issue-number -->
2-
Closes:
1+
Closes: <!-- #issue-number -->
32

4-
- **Title:**
5-
- **Name:**
6-
- **Idenitfy yourself:** <!-- Mention your role (like GSSOC, SSOC, JWOC, etc. Contributor) -->
3+
- **Issue Title:**
4+
- **Your Name:**
5+
- **Your Role:** <!-- Mention your role (like GSSOC, SSOC, JWOC, etc. Contributor) -->
76

87
### Describe the add-ons or changes you've made 📃
98

109

10+
1111
### Screenshots 📷
1212
<!-- Must add the screenshot of the project or your changes for review your pr -->
1313

1414

15+
1516
### Type of change ☑️
1617
<!-- Please delete options that are not relevant. -->
1718
What sort of change have you made:
18-
<!--
19-
Example how to mark a checkbox:-
20-
- [x] My code follows the code style of this project.
21-
-->
22-
- [ ] Bug fix (non-breaking change which fixes an issue)
23-
- [ ] New feature (non-breaking change which adds functionality)
24-
- [ ] Code style update (formatting, local variables)
25-
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
26-
- [ ] This change requires a documentation update
2719

28-
29-
### Checklist: ☑️
3020
<!--
3121
Example how to mark a checkbox:-
3222
- [x] My code follows the code style of this project.
3323
-->
34-
- [ ] My code follows the [Contributing Guidelines](https://github.com/Avdhesh-Varshney/WebMasterLog/blob/main/CONTRIBUTING.md) & [Code of Conduct](https://github.com/Avdhesh-Varshney/WebMasterLog/blob/main/CODE_OF_CONDUCT.md) of this project.
35-
- [ ] This PR does not contain plagiarized content.
36-
- [ ] I have performed a self-review of my own code.
37-
- [ ] I have commented my code, particularly wherever it was hard to understand.
38-
- [ ] My changes generate no new warnings.
39-
24+
- [ ] Bug fix
25+
- [ ] New feature
26+
- [ ] Code style update (formatting, local variables)
27+
- [ ] Documentation update
28+
- [ ] Database update
4029

4130
### Note to reviewers 📄
4231
<!-- Add notes to reviewers if applicable -->

0 commit comments

Comments
 (0)