Skip to content

Commit 15b4996

Browse files
committed
docs: update the bug report template
Update the template for filing issues: - ask for the content of the `package.json` instead of the versions of specific packages; - remove the note about attaching a sample project from the Playground, because code-sharing projects are not supported there.
1 parent 1e7c1a1 commit 15b4996

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,7 @@ about: 'We really appreciate your effort to provide feedback. Before opening a n
77
---
88

99
**Environment**
10-
Provide version numbers for the following components (information can be retrieved by running `tns info` in your project folder or by inspecting the `package.json` of the project):
11-
- CLI:
12-
- Cross-platform modules:
13-
- Android Runtime:
14-
- iOS Runtime:
15-
- Plugin(s):
10+
Provide the content of the `package.json` file in the project:
1611

1712
**Describe the bug**
1813
<!-- A clear and concise description of what the bug is. Please, explain whether it's a build time error or a runtime error. More detailed logs can be easily obtained by following the instructions in this guide: https://docs.nativescript.org/get-support#how-to-obtain-diagnostic-reports. -->
@@ -23,7 +18,7 @@ Provide version numbers for the following components (information can be retriev
2318
**Expected behavior**
2419

2520
**Sample project**
26-
<!-- If possible, provide a link from the [Playground](https://play.nativescript.org) with reproduction of the problem. If not, consider attaching a sample project or link to a repository with such project. -->
21+
<!-- If possible, attach a sample project or link to a repository with such project. -->
2722

2823
**Additional context**
2924
<!-- Add any other context about the problem here. -->

0 commit comments

Comments
 (0)