-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(.github/issue_template): create new GitHub issue yml template f…
…or other issue types
- Loading branch information
1 parent
46a8ede
commit a59f9eb
Showing
1 changed file
with
31 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,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 |