Skip to content
This repository was archived by the owner on Oct 23, 2022. It is now read-only.

Commit 8b73695

Browse files
bors[bot]Joonas Koivunen
andauthored
Merge #410
410: Tune issue templates r=koivunej a=koivunej This PR adjusts issue templates to remove screenshots, replaces steps to reproduce guide related to GUI apps with (code) and removes the redundant label prefix from issues. Co-authored-by: Joonas Koivunen <joonas@equilibrium.co>
2 parents 05b2a82 + bf1c2f7 commit 8b73695

File tree

2 files changed

+6
-13
lines changed

2 files changed

+6
-13
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Bug report
33
about: Create a report to help us improve
4-
title: "[BUG] Enter title here"
4+
title: "Enter title here"
55
labels: bug
66
assignees: ''
77

@@ -11,21 +11,14 @@ assignees: ''
1111
A clear and concise description of what the bug is.
1212

1313
**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
14+
Steps to reproduce the behavior (code) or relevant logs.
1915

2016
**Expected behavior**
2117
A clear and concise description of what you expected to happen.
2218

23-
**Screenshots**
24-
If applicable, add screenshots to help explain your problem.
25-
26-
**Desktop (please complete the following information):**
27-
- OS: [e.g. iOS]
28-
- Version [e.g. 22]
19+
**Environment (please complete the following information)**
20+
- Operating system, kernel version where applicable:
21+
- Rust version:
2922

3023
**Additional context**
3124
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Feature request
33
about: Suggest an idea for this project
4-
title: "[FEATURE] Enter Title Here"
4+
title: "Enter Title Here"
55
labels: enhancement
66
assignees: ''
77

0 commit comments

Comments
 (0)