Skip to content

Commit e87a0ec

Browse files
authored
Update issue templates
1 parent 06a2ce0 commit e87a0ec

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
---
2+
name: NativeBase Formik UI Issue Template
3+
about: Request a feature or report a bug.
4+
title: NativeBase Formik UI - Bug-Report/Feature-Request
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
<!--Hi! Thanks for using NativeBase Formik UI!-->
11+
12+
<!--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])-->
13+
14+
## I have gone through the following points
15+
16+
- [] Check latest documentation: https://alpha.nativebase.io/docs/nativebase-formik-ui
17+
- [] Check for existing open/closed issues for a possible duplicate before creating a new issue: https://github.com/nativebase/nativebase-formik-ui/issues
18+
- [] Use the latest NativeBase Formik UI release: https://github.com/nativebase/nativebase-formik-ui/releases
19+
- [] Check examples from NativeBase KitchenSink https://github.com/nativebase/kitchensink
20+
- [] For discussion purpose make use of NativeBase Discord Channel: https://discord.com/invite/TSgCw2UPmb
21+
- [] For queries related to the theme, check [Theme Variables](https://alpha.nativebase.io/docs/default-theme)
22+
23+
## Issue Description
24+
25+
<!-- **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.-->
26+
27+
#### node, npm, react-native, react and native-base version, expo version if used, xcode version
28+
29+
#### Expected behavior
30+
31+
#### Actual behaviour
32+
33+
#### Steps to reproduce
34+
35+
<!--
36+
- Include code snippet and output screenshot.
37+
- Include code snippet in preformatted mode (```code```) and not in the screenshot.
38+
- In case of lengthy code, then cut down into a simple screen.
39+
- Shared snippet should have an import statement, parent component, and the topmost component in which the component (for which issue is raised) is wrapped.
40+
- Issue will be closed abruptly in case of a buggy code snippet.
41+
-->
42+
43+
#### Is the bug present in all Web, iOS, and Android or in any one of them?
44+
45+
#### Any other additional info which would help us debug the issue quicker.
46+
47+
### Important
48+
49+
If you want your issue to be looked at quicker, attach a snack reproducible with your issue. Makes it easier for us!
50+
51+
<!-- In case of not following the above instructions, the issue will be closed abruptly -->

0 commit comments

Comments
 (0)