Skip to content

Commit

Permalink
add item and ability draft forms
Browse files Browse the repository at this point in the history
  • Loading branch information
beeequeue authored Jun 2, 2022
1 parent 2071443 commit 1c24b5e
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/ability-draft.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Abillity Draft
description: A problem in the Ability Draft game mode

title: "Enter a short summary here!"
labels: ["ability-draft"]

body:
- type: textarea
id: desc
attributes:
label: Description
placeholder: What is the problem?
validations:
required: true

- type: input
id: match-id
attributes:
label: Example Match ID (and possibly Timestamp)
placeholder: ex. 6575941888 - 03:22
validations:
required: true
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/item.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: Item Bug
description: An item behaves in a way it probably shouldn't!

title: "Enter a short summary here!"
labels: ["item"]

body:
- type: input
id: name
attributes:
label: Item name
placeholder: ex. Blink Dagger
validations:
required: true

- type: textarea
id: desc
attributes:
label: Description
placeholder: What is the problem?
validations:
required: true

- type: input
id: match-id
attributes:
label: Example Match ID and Timestamp
placeholder: ex. 6575941888 - 03:22
validations:
required: true

0 comments on commit 1c24b5e

Please sign in to comment.