Skip to content

Commit

Permalink
chore(.github/issue_template): create new GitHub issue yml template f…
Browse files Browse the repository at this point in the history
…or other issue types
  • Loading branch information
JeremyFriesenGitHub committed Nov 3, 2024
1 parent 46a8ede commit a59f9eb
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/06_other.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: Other
description: Create an issue that doesn't fit into any other category
title: 'type(scope-of-issue): description'
body:
- type: checkboxes
id: search
attributes:
label: Search checkbox
description: Insufficiently described issues will be closed, so please provide as much information as possible
options:
- label: Have you searched for similar [issues](https://github.com/cuhacking/2025/issues)?
- 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: A brief description of what is needed to be done
validations:
required: true

0 comments on commit a59f9eb

Please sign in to comment.