Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Bug Report
description: Report something which isn't working properly
title: "<title>"
labels: [Bug]
body:
- type: markdown
attributes:
value: |
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.
- type: input
attributes:
label: Link to the page
validations:
required: true
- type: textarea
attributes:
label: Steps to reproduce
description: Please include as much information as possible, including your OS and version numbers of any software involved.
validations:
required: true
Loading