File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 1+ Fixes #(issue) * (if applicable)*
2+
3+ ** Description**
4+
5+ Please include a summary of the change.
6+
7+ ** Schema** * (if applicable)*
8+
9+ ``` jsx
10+ ```
11+
12+ ** Checklist:** * (please see [ documentation page] ( https://data-driven-forms.org/development-setup ) for more information)*
13+
14+ - [ ] ` Yarn build ` passes
15+ - [ ] ` Yarn lint ` passes
16+ - [ ] ` Yarn test ` passes
17+ - [ ] Test coverage for new code * (if applicable)*
18+ - [ ] Documentation update * (if applicable)*
19+ - [ ] Correct commit message
20+ - format ` fix|feat({scope}): {description} `
21+ - i.e. ` fix(pf3): wizard correctly handles next button `
22+ - fix will release a new \_ .\_ .X version
23+ - feat will release a new \_ .X.\_ version (use when you introduce new features)
24+ - we want to avoid any breaking changes, please contact us, if there is no way how to avoid them
25+ - scope: package
26+ - if you update the documentation or tests, do not use this format
27+ - i.e. ` Fix button on documenation example page `
You can’t perform that action at this time.
0 commit comments