Skip to content

Commit 894142a

Browse files
committed
Added ISSUE_TEMPLATE.md
1 parent bb8665b commit 894142a

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<!--
2+
Thanks for reporting a issue!
3+
4+
In order to be able to help out I need you to provide a
5+
reproduction repository. That means you !!! should !!! provide a reachable repository which reproduces the issue you're experiencing.
6+
7+
This will greatly improve the chance for you to get the bug fixed and me to be able to find it.
8+
-->
9+
10+
- [ ] I have searched [existing issues](https://github.com/happypancake/react-native-scrollable-tab-view/issues)
11+
- [ ] I am using the [latest scrollable tab view version](https://www.npmjs.com/package/react-native-scrollable-tab-view)
12+
13+
<!--
14+
Describe your issue in detail.
15+
-->
16+
17+
## Steps to Reproduce
18+
<!--
19+
Required. Let us know how to reproduce the issue. Include a code sample or issue will be closed.
20+
-->
21+
22+
## Expected Behavior
23+
<!--
24+
Write what you thought would happen.
25+
-->
26+
27+
## Actual Behavior
28+
<!--
29+
Write what happened. Include screenshots if needed.
30+
-->

0 commit comments

Comments
 (0)