Skip to content

Commit

Permalink
chore: create new refactor github issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyFriesenGitHub committed Oct 20, 2024
1 parent 8ea68a6 commit 463e989
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/refactor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: Refactor
description: Make a refactor issue
title: 'refactor(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: dropdown
id: platforms
attributes:
label: Platforms
multiple: true
options:
- all
- Website
- Docs
- Portal
default: 0
validations:
required: true
- type: textarea
id: description
attributes:
label: Description
description: What is being refactored and why?
validations:
required: true

0 comments on commit 463e989

Please sign in to comment.