Skip to content

Commit 028a625

Browse files
authored
Merge pull request #903 from data-driven-forms/rvsia-patch-1
Create Pull request template
2 parents 7ecef11 + 2a111f8 commit 028a625

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+
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`

0 commit comments

Comments
 (0)