generated from nhcarrigan/template
35 lines
1.4 KiB
YAML
35 lines
1.4 KiB
YAML
|
name: ❓ Other Issue
|
||
|
description: I have something that is neither a bug nor a feature request.
|
||
|
title: '[OTHER] - '
|
||
|
labels:
|
||
|
- "status/awaiting triage"
|
||
|
body:
|
||
|
- type: checkboxes
|
||
|
id: attestations
|
||
|
attributes:
|
||
|
label: Attestations
|
||
|
description: "By checking the boxes below, I certify that:"
|
||
|
options:
|
||
|
- label: "I have read and agree to the [Code of Conduct](https://docs.nhcarrigan.com/community/coc/)"
|
||
|
validations:
|
||
|
required: true
|
||
|
- label: I have read and agree to the [Community Guidelines](https://docs.nhcarrigan.com/community/guide/).
|
||
|
validations:
|
||
|
required: true
|
||
|
- label: I have confirmed that the issue I am opening is unique, and has not already been reported (whether closed or not).
|
||
|
validations:
|
||
|
required: true
|
||
|
- label: I have reviewed the [Security Policy](https://docs.nhcarrigan.com/legal/security/) and have determined that this is not a security vulnerability.
|
||
|
validations:
|
||
|
required: true
|
||
|
- label: This is not a feature request or bug report that I am mis-filing to avoid the issue template.
|
||
|
validations:
|
||
|
required: true
|
||
|
- type: textarea
|
||
|
id: description
|
||
|
attributes:
|
||
|
label: "Share your thoughts:"
|
||
|
description: Why are you opening this issue?
|
||
|
validations:
|
||
|
required: true
|