Skip to content

Commit 801f96b

Browse files
Veselina RadevaAlexander Vakrilov
authored andcommitted
docs: update issue template
1 parent 70730d9 commit 801f96b

File tree

1 file changed

+24
-5
lines changed

1 file changed

+24
-5
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 24 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,26 @@
1-
PSST! Want to get faster responses to bug reports and important issues? Help us keep the issue tracker organized by:
1+
### Make sure to check the existing issues in this repository
22

3-
- Reporting bugs. Please include all details about the problem and provide a sample app (consider using the [playground](https://play.nativescript.org) for this.
4-
- Proposing features and enhancements.
5-
- Discussing implementation details.
3+
### If there is no issue for your problem, tell us about it
4+
Please, ensure your title is less than 63 characters long and starts with a capital
5+
letter.
66

7-
Please move all other content to the [forums](https://discourse.nativescript.org/).
7+
### Which platform(s) does your issue occur on?
8+
- iOS/Android/Both
9+
- iOS/Android versions
10+
- emulator or device. What type of device?
11+
12+
### Please, provide the following version numbers that your issue occurs with:
13+
14+
- CLI: (run `tns --version` to fetch it)
15+
- Cross-platform modules: (check the 'version' attribute in the
16+
`node_modules/tns-core-modules/package.json` file in your project)
17+
- Runtime(s): (look for the `"tns-android"` and `"tns-ios"` properties in the `package.json` file of your project)
18+
- Plugin(s): (look for the version numbers in the `package.json` file of your
19+
project and paste your dependencies and devDependencies here)
20+
21+
### Please, tell us how to recreate the issue in as much detail as possible.
22+
Describe the steps to reproduce it.
23+
24+
### Is there any code involved?
25+
- provide a code example to recreate the problem
26+
- (EVEN BETTER) consider using the [playground](https://play.nativescript.org) to provide an application where the problem is reproducible. If this is not possible, provide a .zip with application or refer to a repository with application where the problem is reproducible.

0 commit comments

Comments
 (0)