Skip to content

Commit 0a4e15b

Browse files
authored
Merge pull request micro-editor#3969 from JoeKar/fix/issue-template
Restore issue template functionality
2 parents d1426b6 + 20842c0 commit 0a4e15b

File tree

4 files changed

+37
-9
lines changed

4 files changed

+37
-9
lines changed

.github/ISSUE_TEMPLATE

Lines changed: 0 additions & 9 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/01-bug.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: Bug Report
2+
description: File a bug report.
3+
title: ""
4+
labels: ["bug", "triage"]
5+
body:
6+
- type: textarea
7+
attributes:
8+
label: Description
9+
description: Description of the problem and steps to reproduce.
10+
validations:
11+
required: true
12+
- type: textarea
13+
attributes:
14+
label: Environment
15+
description: |
16+
examples:
17+
- **Version**: 2.0.15 and/or commit hash ($ micro -version)
18+
- **OS**: Debian
19+
- **Terminal**: ptyxis
20+
value: |
21+
- Version:
22+
- OS:
23+
- Terminal:
24+
validations:
25+
required: true
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Feature Request
2+
description: File a feature request.
3+
title: ""
4+
labels: ["feature"]
5+
body:
6+
- type: textarea
7+
attributes:
8+
label: Description
9+
description: Description of the feature.
10+
validations:
11+
required: true

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false

0 commit comments

Comments
 (0)