Skip to content

Commit cd28e20

Browse files
authored
Merge branch 'master' into chores/warnings
2 parents 787a0b9 + 699f0df commit cd28e20

10 files changed

Lines changed: 16289 additions & 44 deletions

File tree

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
---
5+
6+
<!--
7+
Before filling out an issue:
8+
1. A bug means that there is something broken or outside expectations in react-native-elements. If you only need help writing your own components, check out the [Slack channel](https://react-native-elements-slack.herokuapp.com/) FIRST.
9+
2. If any section is left blank, there is a high possibility that the ticket will be closed. If you want your issue to get solved, you need to fill out ALL of the below fields. Otherwise, the ticket will likely be closed as not providing enough info.
10+
-->
11+
12+
**Explain what you did (Required)**
13+
14+
<!-- What you were trying to accomplish. -->
15+
16+
**Expected behavior (Required)**
17+
18+
<!-- A clear and concise description of what you expected to happen. -->
19+
20+
**Describe the bug (Required)**
21+
22+
<!-- A clear and concise description of what the bug is. -->
23+
24+
**To Reproduce (Required)**
25+
26+
> We highly recommend that you re-create the bug on [Snack](https://snack.expo.io). If not, list the steps that a reviewer can take to reproduce the behaviour:
27+
28+
Example:
29+
30+
**Snack** : https://snack.expo.io/xxx
31+
32+
- Steps
33+
1. Go to '...'
34+
2. Click on '....'
35+
3. Scroll down to '....'
36+
4. See error
37+
38+
**Screenshots (Required)**
39+
40+
<!-- If applicable, add screenshots to help explain your problem. -->
41+
42+
**Your Environment (Required):**
43+
44+
| software | version |
45+
| --------------------- | ------- |
46+
| react-native-elements | |
47+
| react-native | |
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature Request
3+
about: Suggest an idea or enhancement for this project
4+
---
5+
6+
**Is your feature request related to a problem? Please Describe.**
7+
8+
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
9+
10+
**Describe the solution you'd like**
11+
12+
<!-- A clear and concise description of what you want to happen. -->
13+
14+
**Describe alternatives you've considered**
15+
16+
<!-- A clear and concise description of any alternative solutions or features you've considered. -->
17+
18+
**Additional context**
19+
20+
<!-- Add any other context or screenshots about the feature request here. -->

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<!-- Thanks for submitting a pull request! Please provide enough information so that others can review your pull request. -->
2+
3+
**What kind of change does this PR introduce?**
4+
5+
<!-- E.g. a bugfix, feature, refactoring, build related change, etc… -->
6+
7+
**Did you add tests for your changes?**
8+
9+
**If relevant, did you update the documentation?**
10+
11+
**Summary**
12+
13+
<!-- Explain the **motivation** for making this change. What existing problem does the pull request solve? -->
14+
<!-- Try to link to an open issue for more information. -->
15+
16+
**Does this PR introduce a breaking change?**
17+
18+
<!-- If this PR introduces a breaking change, please describe the impact and a migration path for existing applications. -->
19+
20+
**Other information**

0 commit comments

Comments
 (0)