Skip to content

Commit 161b59f

Browse files
author
Bart Arribe
authored
Merge pull request #497 from leecade/addNewGithubTemplates
Add new templates for github
2 parents 9d22821 + 6303d92 commit 161b59f

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
### Version
2+
Which versions are you using:
3+
4+
- react-native-swiper v?
5+
- react-native v0.?.?
6+
7+
### Expected behaviour
8+
9+
10+
11+
### Actual behaviour
12+
13+
14+
15+
### Steps to reproduce
16+
For non-obvious bugs, please fork this component, modify Example project to reproduce your issue and include link here.
17+
1.
18+
2.
19+
3.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
### Is it a bugfix ?
2+
- Yes or No ?
3+
- If yes, which issue (fix #number) ?
4+
5+
### Is it a new feature ?
6+
- Yes or no ?
7+
- Include documentation, demo GIF if applicable
8+
9+
### Describe what you've done:
10+
11+
### How to test it ?

0 commit comments

Comments
 (0)