Add bug report issue form

This commit is contained in:
Luke Street 2024-01-06 22:34:00 -07:00
parent 58b6d7c7d5
commit ee3b297f76
2 changed files with 37 additions and 0 deletions

36
.github/ISSUE_TEMPLATE/BUG-REPORT.yml vendored Normal file
View File

@ -0,0 +1,36 @@
name: 🐞 Bug
description: Create a new ticket for a bug.
title: "[BUG] <title>"
labels:
- bug
body:
- type: input
id: repo-url
attributes:
label: Repository URL
description: |
The URL of the repository where this bug can be reproduced.
If you're working with dtk-template locally, **please** consider pushing your configuration to a repository for easier reproduction.
In return, this also allows contributing configuration fixes back to your repository.
placeholder: ex. https://github.com/USERNAME/REPO-NAME
- type: input
id: game-name
attributes:
label: Game Name
description: The name of the game that is impacted by this bug.
placeholder: ex. Metroid Prime
- type: input
id: game-version
attributes:
label: Game Version
description: The version of the game that is impacted by this bug.
placeholder: ex. USA v0
- type: textarea
id: description
attributes:
label: Description
description: Please describe the issue including full error messages if applicable.
placeholder: "ex. When I try to split the game, I get the following error: ..."
validations:
required: true

1
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@ -0,0 +1 @@
blank_issues_enabled: true