diff --git a/.github/ISSUE_TEMPLATE/02-update-game.yml b/.github/ISSUE_TEMPLATE/02-update-game.yml index f53f7908..2f97301e 100644 --- a/.github/ISSUE_TEMPLATE/02-update-game.yml +++ b/.github/ISSUE_TEMPLATE/02-update-game.yml @@ -44,7 +44,7 @@ body: label: Platform description: On which platform was the content on ? options: - - PC (Default) + - PC - GBA - PSP - PS1 diff --git a/.github/ISSUE_TEMPLATE/04-add-backlog.yml b/.github/ISSUE_TEMPLATE/04-add-backlog.yml new file mode 100644 index 00000000..da76a3d9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/04-add-backlog.yml @@ -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 \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/05-delete-backlog.yml b/.github/ISSUE_TEMPLATE/05-delete-backlog.yml new file mode 100644 index 00000000..a87f0556 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/05-delete-backlog.yml @@ -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 \ No newline at end of file