Skip to content

Commit

Permalink
feat(actions): auto-add issues into feature tracker
Browse files Browse the repository at this point in the history
  • Loading branch information
hwittenborn committed Jul 17, 2024
1 parent d40a6f3 commit b63b5e4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/issue.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Issue
description: File an issue.
projects: ["Python-Code-Jam-2024-Royal-Redshifts/1"]
body:
- type: textarea
id: issue
attributes:
label: Issue
placeholder: "Blah blah I need this and I need that blah blah blah"
validations:
required: true

0 comments on commit b63b5e4

Please sign in to comment.