Skip to content

Commit

Permalink
chore: create new chore github issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyFriesenGitHub committed Oct 20, 2024
1 parent d5488c0 commit 1c41293
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/chore.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Chore
description: Create a chore issue
title: 'chore(scope-of-issue): description'
body:
- type: markdown
attributes:
value: |-
Have you searched for similar [issues](https://github.com/cuhacking/2025/issues)?
Insufficiently described issues will be closed, so please provide as much information as possible
- type: textarea
id: description
attributes:
label: Description
description: A brief description of the chore
placeholder: |-
Describe what the chore intends to do
validations:
required: true

0 comments on commit 1c41293

Please sign in to comment.