Skip to content

Commit f211c42

Browse files
Adding PR template (#111)
Co-authored-by: Rob Walker <robert.walker@formidable.com>
1 parent fb3827b commit f211c42

1 file changed

Lines changed: 38 additions & 0 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
<!--
2+
3+
Have you read Formidable's Code of Conduct? By filing an Issue, you are expected to comply with it, including treating everyone with respect: https://github.com/FormidableLabs/react-native-owl/blob/main/.github/CODE_OF_CONDUCT.md
4+
5+
-->
6+
7+
### Description
8+
9+
<!-- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. -->
10+
11+
Fixes # (issue)
12+
13+
#### Type of Change
14+
15+
<!-- Please delete options that are not relevant (including this descriptive text). -->
16+
17+
- [ ] Bug fix (non-breaking change which fixes an issue)
18+
- [ ] New feature (non-breaking change which adds functionality)
19+
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
20+
- [ ] Adding or updating CI (Actions)
21+
- [ ] This change requires a documentation update
22+
23+
### How Has This Been Tested?
24+
25+
<!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration. -->
26+
27+
### Checklist: (Feel free to delete this section upon completion)
28+
29+
- [ ] I have performed a self-review of my own code
30+
- [ ] I have commented my code, particularly in hard-to-understand areas
31+
- [ ] I have made corresponding changes to the documentation
32+
- [ ] My code follows the style guidelines of this project (I have run `yarn prettier:apply`)
33+
- [ ] I have added tests that prove my fix is effective or that my feature works
34+
- [ ] New and existing unit tests pass locally with my changes (I have run `yarn test`)
35+
- [ ] My changes generate no new warnings
36+
- [ ] Any dependent changes have been merged and published in downstream modules
37+
38+
### Screenshots (for visual changes):

0 commit comments

Comments
 (0)