Skip to content

Commit 4eeab1d

Browse files
committed
Override bug report issue template
The org-wide one (which I'm probably also about to remove) references e.g. "page in the curriculum" specifically - instead, make something more specific to this repo.
1 parent f449f82 commit 4eeab1d

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Bug Report
2+
description: Report something which isn't working properly
3+
title: "<title>"
4+
labels: [Bug]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for reporting an issue with this module! To help us fix please share a link to the page in the project and any steps required to reproduce it.
10+
- type: input
11+
attributes:
12+
label: Link to the page
13+
validations:
14+
required: true
15+
- type: textarea
16+
attributes:
17+
label: Steps to reproduce
18+
description: Please include as much information as possible, including your OS and version numbers of any software involved.
19+
validations:
20+
required: true

0 commit comments

Comments
 (0)