-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: create new chore github issue template
- Loading branch information
1 parent
d5488c0
commit 1c41293
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |