Skip to content

Commit

Permalink
feat: Joke Issue Template ( Fixes #123 ) [skip ci]
Browse files Browse the repository at this point in the history
Surely you're not serious
  • Loading branch information
James Brundage committed Oct 17, 2024
1 parent 143bddb commit bbae1a9
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/Joke.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Joke
description: Share a Joke
labels: ["joke"]
body:
- type: markdown
attributes:
value: |
Please be funny.
- type: textarea
id: Setup
attributes:
label: Set Up
validations:
required: true
- type: textarea
id: Punchline
attributes:
label: Punchline
validations:
required: true

0 comments on commit bbae1a9

Please sign in to comment.