File tree 1 file changed +34
-0
lines changed
1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments