A Cottrill 73c4f2c168 feat: add template files (#6)
This adds all the template files that seem to be missing.

Reviewed-on: https://codeberg.org/nhcarrigan/mod-bot/pulls/6
Reviewed-by: Naomi the Technomancer <naomi-lgbt@noreply.codeberg.org>
Co-authored-by: A Cottrill <a.rcottrill521@gmail.com>
Co-committed-by: A Cottrill <a.rcottrill521@gmail.com>
2024-10-22 16:56:02 +00:00

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