Skip to content

Commit cd147b2

Browse files
authored
Merge pull request #97 from CodeYourFuture/override-bug-report-issue-template
Override bug report issue template
2 parents f449f82 + 4eeab1d commit cd147b2

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)