Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/katucker/wordata
Browse files Browse the repository at this point in the history
  • Loading branch information
katucker committed Jul 15, 2024
2 parents 61f6a9d + d17a397 commit c8eef10
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/word_addition.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Word addition request
description: Suggest an additional word for the game.
title: "[Word Addition]: "
labels: "word"
body:
- type: input
attributes:
label: Word to add
description: Enter the word you'd like to have added.
validations:
required: true
- type: dropdown
attributes:
label: Placement
description: Should this be a word the game can choose for play, or only to validate as a real word?
options:
- play
- validate
validations:
required: true

0 comments on commit c8eef10

Please sign in to comment.