Files
openrabbit/.gitea/ISSUE_TEMPLATE/question.yml
latte 8cadb2d216
Some checks failed
Docker / docker (push) Successful in 6s
Security / security (push) Successful in 6s
Deploy / deploy-local-runner (push) Has been cancelled
CI / ci (push) Successful in 1m42s
Deploy / deploy-ssh (push) Successful in 7s
Add Gitea Actions workflows, CI config, and docs
2026-02-28 20:40:14 +01:00

31 lines
693 B
YAML

name: Question / Support
about: Ask a question or get help
title: "[Question] "
labels:
- question
body:
- type: markdown
attributes:
value: |
Need help? Ask away! For security issues, please see SECURITY.md instead.
- type: textarea
id: question
attributes:
label: Your Question
description: What do you need help with?
validations:
required: true
- type: textarea
id: context
attributes:
label: Context
description: What have you tried? What documentation have you read?
- type: textarea
id: environment
attributes:
label: Environment (if relevant)
description: OS, version, setup details.