Add Gitea Actions workflows, CI config, and docs
This commit is contained in:
30
.gitea/ISSUE_TEMPLATE/question.yml
Normal file
30
.gitea/ISSUE_TEMPLATE/question.yml
Normal file
@@ -0,0 +1,30 @@
|
||||
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.
|
||||
Reference in New Issue
Block a user