Add bug reports only checkbox

pull/30778/head
acsfer 2022-01-20 19:35:04 +07:00
parent e4b5a82132
commit f8edb09aae
1 changed files with 9 additions and 1 deletions

@ -211,7 +211,15 @@ body:
validations:
required: true
- type: checkboxes
id: terms
id: issue-terms
attributes:
label: This is a bug, not a question or a configuration issue
description: By submitting this issue, you agree to use Github only to report bugs on this project code
options:
- label: This is a bug, not a question or a configuration issue
required: true
- type: checkboxes
id: coc-terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://nextcloud.com/contribute/code-of-conduct/)