Skip to content

Commit 89cad5d

Browse files
authored
Create ISSUE_TEMPLATE (#2572)
* Create ISSUE_TEMPLATE * Updated ISSUE_TEMPLATE.md Added a note to steps to reproduce * Copied Template from NativeScript repo
1 parent 0b7540c commit 89cad5d

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

.github/ISSUE_TEMPLATE.md

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
Dear friend, we, the rest of the NativeScript community really
2+
appreciate your feedback! While we are doing all we can to take care of every
3+
issue, sometimes we get overwhelmed. Because of that, we will consider issues
4+
that are not constructive or problems that cannot be reproduced "dead".
5+
Additionally, we will treat feature requests or bug reports with unanswered
6+
questions regarding the behavior/reproduction for more than 20 days "dead". All
7+
"dead" issues will get closed.
8+
9+
## Please, provide the details below:
10+
11+
### Did you verify this is a real problem by searching [Stack Overflow](http://stackoverflow.com/questions/tagged/nativescript) and the [other open issues in this repo](https://github.com/NativeScript/nativescript/issues)?
12+
13+
### Tell us about the problem
14+
Please, ensure your title is less than 63 characters long and starts with a capital
15+
letter.
16+
17+
### Which platform(s) does your issue occur on?
18+
iOS/Android/Both
19+
20+
### Please provide the following version numbers that your issue occurs with:
21+
- CLI: (run `tns --version` to fetch it)
22+
- Cross-platform modules: (check the 'version' attribute in the
23+
`node_modules/tns-core-modules/package.json` file in your project)
24+
- Runtime(s): (look for the `"tns-android"` and `"tns-ios"` properties in the
25+
`package.json` file of your project)
26+
- Plugin(s): (look for the version number in the `package.json` file of your
27+
project)
28+
29+
### Please tell us how to recreate the issue in as much detail as possible.
30+
31+
### Is there code involved? If so, please share the minimal amount of code needed to recreate the problem.
32+

0 commit comments

Comments
 (0)