Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit 5e8f0dc

Browse files
etabakovsis0k0
authored andcommitted
chore: unify issue templates (#686)
utilise the new GitHub issue templates for different kind of issues
1 parent 28e73a1 commit 5e8f0dc

File tree

3 files changed

+50
-40
lines changed

3 files changed

+50
-40
lines changed

.github/ISSUE_TEMPLATE.md

-40
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.md

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
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+
- Node.js:
17+
18+
- [ ] Please, attach your package.json and webpack.config.js as these configurations are usually critical for investigating issues with webpack
19+
20+
21+
**Describe the bug**
22+
<!-- 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+
24+
**To Reproduce**
25+
<!-- Add commands used or steps taken to reproduce the behaviour. -->
26+
27+
**Expected behavior**
28+
29+
**Sample project**
30+
<!-- If possible, consider attaching a sample project or link to a repository with such project. -->
31+
32+
**Additional context**
33+
<!-- 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)