-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
54 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |