side_menu/.gitea/issue_template/QUESTION_TEMPLATE.yml
Simon Vieille a94a94b564
Some checks are pending
ci/woodpecker/push/build Pipeline is pending
ci/woodpecker/push/security Pipeline is pending
update forgejo templates
2024-02-21 15:45:08 +01:00

31 lines
683 B
YAML

name: New question
about: Use this template when you don't know how to do something
title: "[Question] "
labels:
- question
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill information.
- type: textarea
id: environment
attributes:
label: Environment
value: |
* Custom menu version:
* Nextcloud version:
* PHP version:
* Web server (Nginx, Apache2):
* Web browser and version (Firefox 80, Google Chrome 74, etc):
validations:
required: true
- type: textarea
id: question
attributes:
label: Question
validations:
required: true