Skip to content

Commit 4dba34a

Browse files
etabakovsis0k0
authored andcommitted
chore: unify issue templates (#1538)
utilise the new GitHub issue templates for different kind of issues
1 parent 3873e6c commit 4dba34a

File tree

3 files changed

+48
-26
lines changed

3 files changed

+48
-26
lines changed

.github/ISSUE_TEMPLATE.md

-26
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.md

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
name: Bug report
3+
about: 'We really appreciate your effort to provide feedback. Before opening a new
4+
issue, please make sure that this case is not already reported in GitHub as an
5+
issue or in StackOverflow as a question.'
6+
7+
---
8+
9+
**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):
16+
- NativeScript-Angular:
17+
- Angular:
18+
19+
**Describe the bug**
20+
<!-- 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. -->
21+
22+
**To Reproduce**
23+
<!-- Add commands used or steps taken to reproduce the behaviour. -->
24+
25+
**Expected behavior**
26+
27+
**Sample project**
28+
<!-- 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. -->
29+
30+
**Additional context**
31+
<!-- Add any other context about the problem here. -->
+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
5+
---
6+
7+
**Is your feature request related to a problem? Please describe.**
8+
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]. -->
9+
10+
**Describe the solution you'd like**
11+
<!-- A clear and concise description of what you want to happen. -->
12+
13+
**Describe alternatives you've considered**
14+
<!-- A clear and concise description of any alternative solutions or features you've considered. -->
15+
16+
**Additional context**
17+
<!-- Add any other context or screenshots about the feature request here. -->

0 commit comments

Comments
 (0)