haifa-reminder/node_modules/cron/.github/ISSUE_TEMPLATE/bug_issue.yaml

27 lines
711 B
YAML
Raw Normal View History

2023-07-26 11:01:58 +00:00
name: Bug
description: Report a bug found in the bot's source code
labels: ["🛠 goal: fix"]
body:
- type: textarea
id: description
attributes:
label: Description
description: A brief description of the question or issue, also include what you tried and what didn't work
validations:
required: true
- type: textarea
id: screenshots
attributes:
label: Screenshots
description: Please add screenshots if applicable
validations:
required: false
- type: textarea
id: extrainfo
attributes:
label: Additional information
description: Is there anything else we should know about this bug?
validations:
required: false