Skip to content

Commit 9600c4d

Browse files
authored
Merge pull request #8 from manojSRawat/workflow
Pull request format added
2 parents dc77ff3 + c0cec90 commit 9600c4d

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.github/pull_request_template.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
### Type of change
2+
3+
Please choose appropriate options.
4+
5+
- [ ] Bug fix (non-breaking change which fixes an issue)
6+
- [ ] New feature (non-breaking change which adds functionality)
7+
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
8+
- [ ] This change requires a documentation update
9+
10+
**Test Configuration**:
11+
* Software versions: Laravel 8, php 8
12+
* Hardware versions:
13+
14+
### Checklist:
15+
16+
- [ ] My code follows the style guidelines of this project
17+
- [ ] I have performed a self-review of my own code
18+
- [ ] I have commented my code, particularly in hard-to-understand areas
19+
- [ ] I have made corresponding changes to the documentation
20+
- [ ] My changes generate no new warnings
21+
- [ ] I have added tests that prove my fix is effective or that my feature works
22+
- [ ] Any dependent changes have been merged and published in downstream modules
23+
24+
25+
### Details of PR
26+
27+
Write details of PR

0 commit comments

Comments
 (0)