Skip to content

Commit 5edbc05

Browse files
authored
Add template for new Pull Request (#18)
1 parent 1f4e55c commit 5edbc05

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

.github/pull_request_template.md

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<!-- Store-One Pull Request Template -->
2+
<!-- Please remove the parts that don't apply to this pull request -->
3+
4+
<!--- Provide a general summary of your changes in the Title above -->
5+
## Name and description task
6+
<!-- Task description. Try to describe your task as much as you can to help reviewers undestand. At least give the name of the task) -->
7+
8+
9+
### Screenshots
10+
<!-- Add schreenshots when needed -->
11+
<!--- Remove it if not needed in your project -->
12+
13+
### Changes
14+
<!--- Put an `x` in all the boxes that apply. -->
15+
- [ ] New feature (non-breaking change which adds functionality)
16+
- [ ] Bug fix (non-breaking change which fixes an issue)
17+
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
18+
19+
20+
### Dependencies
21+
###### (Need this PR necessary be merged after other? )
22+
<!--
23+
When should this be deployed?
24+
Does it depend on a change of another application?
25+
Do we have to wait something?
26+
-->
27+
28+
### Checklist
29+
<!--- Put an `x` in all the boxes that apply. -->
30+
- [x] Make sure it can be merged into the target branch without conflicts.
31+
- [ ] Check if you are up to date with your origin
32+
- [ ] It was tested in your local database
33+
- [ ] The tests run properly (when apply)
34+
- [ ] Make sure the command `npm run build` runs without errors

0 commit comments

Comments
 (0)