Skip to content

Commit

Permalink
ci: Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
jy95 committed Aug 13, 2024
1 parent cad15e4 commit 0da8ff1
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/02-update-game.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ body:
label: Platform
description: On which platform was the content on ?
options:
- PC (Default)
- PC
- GBA
- PSP
- PS1
Expand Down
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/04-add-backlog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name: ⏳ Add backlog entry
description: Add a new backlog entry into the database
title: '[ADD_BACKLOG]'
labels:
- database
body:
- type: markdown
attributes:
value: |
Please fill in the following fields to add this game into database !
- type: input
id: title
attributes:
label: Name of the game
description: What is the game name in the language it was played ?
placeholder: ex. Splinter Cell HD
validations:
required: true
- type: dropdown
id: platform
attributes:
label: Platform
description: On which platform was the content on ?
options:
- PC
- GBA
- PSP
- PS1
- PS2
- PS3
- type: textarea
id: notes
attributes:
label: Notes
description: Additional notes or comments about the game
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/05-delete-backlog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: 🧹 Delete backlog entry
description: Delete a backlog entry from the database
title: '[DELETE_BACKLOG]'
labels:
- database
body:
- type: markdown
attributes:
value: |
Please fill in the following fields to delete this backlog entry out of database !
- type: input
id: title
attributes:
label: Name of the game
description: What is the game name in the language it was played ?
placeholder: ex. Splinter Cell HD
validations:
required: true

0 comments on commit 0da8ff1

Please sign in to comment.