Skip to content

Commit

Permalink
Add bug report issue form
Browse files Browse the repository at this point in the history
  • Loading branch information
encounter committed Jan 7, 2024
1 parent 58b6d7c commit ee3b297
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/BUG-REPORT.yml
Original file line number Diff line number Diff line change
@@ -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 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: true

0 comments on commit ee3b297

Please sign in to comment.