Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a85465a

Browse files
committed
fix: added github issue & pr templates
1 parent 596640c commit a85465a

File tree

2 files changed

+49
-0
lines changed

2 files changed

+49
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
### Description
2+
3+
<!---
4+
- Please include a summary of the change and which issue is related
5+
- Include relevant motivation and context
6+
- List any dependencies that are required for this change
7+
-->
8+
9+
#### Details
10+
11+
<!---
12+
Any resources available, like images, links and videos;
13+
-->
14+
15+
#### Dependencies
16+
17+
<!---
18+
List any issue or pull request that this issue depending
19+
-->

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
### Description
2+
3+
<!---
4+
- Please include a summary of the change and which issue is related
5+
- Include relevant motivation and context
6+
- List any dependencies that are required for this change
7+
- Give resource to check any kind of visual change
8+
-->
9+
10+
#### Issues
11+
12+
Closes #(issue)
13+
14+
#### Pull request checklist
15+
16+
- [ ] Properly title
17+
- [ ] Detailed description
18+
- [ ] Closes issue related
19+
- [ ] Linked issue on Zenhub if applicable
20+
- [ ] Assign to a codeowner
21+
- [ ] Images/Gif/Video for visual changes
22+
23+
#### Code checklist
24+
25+
- [ ] My code follows the style guidelines of this project
26+
- [ ] I have performed a self-review of my own code
27+
- [ ] I have commented my code, particularly in hard-to-understand areas
28+
- [ ] My changes generate no new warnings
29+
- [ ] I have added tests that prove my fix is effective or that my feature works
30+
- [ ] Any dependent changes have been merged and published in downstream modules

0 commit comments

Comments
 (0)