Skip to content

Commit 56ef95a

Browse files
authored
Add GitHub issue template forms (#794)
1 parent 73d4f0b commit 56ef95a

File tree

2 files changed

+48
-0
lines changed

2 files changed

+48
-0
lines changed
+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
name: Bug report
2+
description: Let us know if you've found a bug in OSMCha
3+
labels: ["bug"]
4+
body:
5+
- type: textarea
6+
id: describe-bug
7+
attributes:
8+
label: Describe the bug
9+
description: Be as clear and concise as you can. Include steps to reproduce the bug if necessary.
10+
validations:
11+
required: true
12+
13+
- type: input
14+
id: changeset-url
15+
attributes:
16+
label: Changeset URL
17+
description: If this bug happens when viewing a particular changeset, please paste the link to that changeset here
18+
19+
- type: input
20+
id: environment
21+
attributes:
22+
label: Environment
23+
description: Your browser (including version) and operating system (e.g. "Chrome 137 on macOS")
24+
validations:
25+
required: true
26+
27+
- type: textarea
28+
id: additional-context
29+
attributes:
30+
label: Additional information
31+
description: Screenshots, console logs, or any other details that might help us understand the issue (optional)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Feature request
2+
description: Suggest a new feature for OSMCha
3+
labels: [enhancement]
4+
body:
5+
- type: textarea
6+
id: feature-description
7+
attributes:
8+
label: What feature would you like to see added?
9+
validations:
10+
required: true
11+
12+
- type: textarea
13+
id: feature-value
14+
attributes:
15+
label: Why would this be useful to you or other users?
16+
validations:
17+
required: true

0 commit comments

Comments
 (0)