github: replace markdown issue templates with issue forms

This commit is contained in:
dumbmoron
2024-09-08 14:55:15 +00:00
parent afa33c4043
commit 4e66a3813e
10 changed files with 178 additions and 117 deletions

21
.github/ISSUE_TEMPLATE/hosting-help.yml vendored Normal file
View File

@@ -0,0 +1,21 @@
name: instance hosting help
description: ask any question regarding cobalt instance hosting
labels: ["instance hosting help"]
body:
- type: textarea
id: problem-description
attributes:
label: problem description
description: |
describe what issue you're having, clearly and concisely.
support your description with screenshots/links/etc when needed.
validations:
required: true
- type: textarea
id: configuration
attributes:
label: your instance configuration
description: |
if applicable, add or describe your instance configuration (e.g. compose file) or any changes you made to it.
please **do not share senstive information** such as secret keys or the contents of your cookies file!
render: shell