Skip to content

Commit

Permalink
Create unclassified.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Beckett <[email protected]>
  • Loading branch information
beckettsean authored May 22, 2024
1 parent 4c66384 commit 4ea95c5
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/unclassified.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Unclassified Issue
description: Open an issue
title: "unclassified: "
labels: ["unclassified", "triage"]
body:
- type: markdown
value: Please open a Feature Request, Docs, or Bug Report issue, but if none of those are applicable you can use this generic form.
- type: textarea
id: description
attributes:
label: Issue Description
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://example.com).
options:
- label: I agree to follow this project's Code of Conduct
required: true

0 comments on commit 4ea95c5

Please sign in to comment.