Skip to content

Commit 5c62707

Browse files
authored
Create new issue templates
1 parent 9b3e8d8 commit 5c62707

File tree

3 files changed

+84
-0
lines changed

3 files changed

+84
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve Files UWP
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior:
15+
1. Go to '...'
16+
2. Click on '....'
17+
3. Scroll down to '....'
18+
4. See error
19+
20+
**Expected behavior**
21+
A clear and concise description of what you expected to happen.
22+
23+
**Screenshots**
24+
If applicable, add screenshots to help explain your problem.
25+
26+
**Desktop (please complete the following information):**
27+
- OS Version: [e.g. Windows 10 1903 18362.175]
28+
- App version: [v0.5.0]
29+
30+
**Additional context**
31+
Add any other context about the problem here. Does this problem occur again after restarting the app?
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
name: Critical/High Priority Bug report
3+
about: Report a major problem that prevents the app from working at all that requires
4+
an immediate response from the developer. Upon evaluation, this may be promoted/demoted.
5+
title: ''
6+
labels: high-priority
7+
assignees: duke7553
8+
9+
---
10+
11+
**Describe the bug**
12+
A clear and concise description of what the bug is and why it is more urgent than other issue reports. Can't answer this? Please return to the previous page and file a regular bug/feature report.
13+
14+
**To Reproduce**
15+
Steps to reproduce the behavior:
16+
1. Go to '...'
17+
2. Click on '....'
18+
3. Scroll down to '....'
19+
4. See error
20+
21+
**Expected behavior**
22+
A clear and concise description of what you expected to happen.
23+
24+
**Screenshots**
25+
If applicable, add screenshots to help explain your problem.
26+
27+
**Desktop (please complete the following information):**
28+
- OS: [e.g. Windows 10 1903 18362.175]
29+
- App version: [v0.5.0]
30+
31+
**Additional context**
32+
Add any other context about the problem here. For instance, are you building from source or using a precompiled build/snapshot?
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
name: Feature request
3+
about: This project thrives from differentiation from competing apps. Suggest an idea
4+
for Files UWP
5+
title: ''
6+
labels: enhancement
7+
assignees: ''
8+
9+
---
10+
11+
**Is your feature request related to a problem? Please describe.**
12+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
13+
14+
**Describe the solution you'd like**
15+
A clear and concise description of what you want to happen.
16+
17+
**Describe alternatives you've considered**
18+
A clear and concise description of any alternative solutions or features you've considered.
19+
20+
**Additional context**
21+
Add any other context or screenshots about the feature request here. Ex: What device type/UI layout and app version?

0 commit comments

Comments
 (0)