Skip to content

Commit 1737916

Browse files
Update ISSUE_TEMPLATE.txt
1 parent 2e4d414 commit 1737916

File tree

1 file changed

+36
-17
lines changed

1 file changed

+36
-17
lines changed

ISSUE_TEMPLATE.txt

+36-17
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,36 @@
1-
Hi! Thanks for trying out NativeBase!
2-
3-
Take a look at these before heading towards creating an issue
4-
- Check latest documentation: https://docs.nativebase.io/
5-
- Check for existing open/closed issues for a possible duplicate before creating a new issue: https://github.com/GeekyAnts/NativeBase/issues
6-
- Use the latest NativeBase release: https://github.com/GeekyAnts/NativeBase/releases
7-
- For discussion purpose make use of NativeBase Slack: http://slack.nativebase.io/
8-
- For queries related to theme, check [Theme Variables](https://docs.nativebase.io/docs/ThemeVariables.html) from Docs and live NativeBase Theme Editor http://nativebase.io/customizer/
9-
10-
Also **DO** fill out the below form to give us a better idea about your environment and help us debug it quicker. Issues without the required details will mostly be closed.
11-
12-
## node, npm, react-native, react and native-base version, expo version if used
13-
## Expected behaviour
14-
## Actual behaviour
15-
## Steps to reproduce should include code snippet and screenshot. Include code snippet in preformatted mode (```code```)
16-
## Is the bug present in both iOS and Android or in any one of them?
17-
## Any other additional info which would help us debug the issue quicker.
1+
<!--Hi! Thanks for trying out NativeBase!-->
2+
3+
<!--Take a look at these before heading towards creating an issue. Before you submit your issue, please make sure to check the following boxes by putting an x in the [ ] (don't: [x ], [ x], do: [x])-->
4+
5+
## I have gone through these following points
6+
- [] Check latest documentation: https://docs.nativebase.io/
7+
- [] Check for existing open/closed issues for a possible duplicate before creating a new issue: https://github.com/GeekyAnts/NativeBase/issues
8+
- [] Use the latest NativeBase release: https://github.com/GeekyAnts/NativeBase/releases
9+
- [] Check examples from NativeBase KitchenSink https://github.com/GeekyAnts/NativeBase-KitchenSink
10+
- [] For discussion purpose make use of NativeBase Slack: http://slack.nativebase.io/
11+
- [] For queries related to theme, check [Theme Variables](https://docs.nativebase.io/docs/ThemeVariables.html) from Docs and live NativeBase Theme Editor http://nativebase.io/customizer/
12+
13+
## Issue Description
14+
<!-- **DO** fill out the below form to give us a better idea about your environment and help us debug it quicker. Issues without the required details will mostly be closed.-->
15+
16+
### node, npm, react-native, react and native-base version, expo version if used
17+
18+
### Expected behaviour
19+
20+
### Actual behaviour
21+
22+
### Steps to reproduce
23+
<!--
24+
- Include code snippet and output screenshot.
25+
- Include code snippet in preformatted mode (```code```) and not in screenshot.
26+
- In case of lengthy code, then cut down into simple screen.
27+
- Shared snippet should have import statement, parent component and the topmost component in which the component (for which issue is raised) is wrapped.
28+
- Issue will be closed abruptly in case of buggy code snippet.
29+
-->
30+
31+
### Is the bug present in both iOS and Android or in any one of them?
32+
33+
### Any other additional info which would help us debug the issue quicker.
34+
35+
36+
<!-- In case of not following the above instructions, the issue will be closed abruptly -->

0 commit comments

Comments
 (0)