diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml new file mode 100644 index 0000000..e3a666e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml @@ -0,0 +1,36 @@ +name: 🐞 Bug +description: Create a new ticket for a bug. +title: "[BUG] " +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 diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..0086358 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: true