diff options
author | acsfer <carlos@reendex.com> | 2022-01-20 19:35:04 +0100 |
---|---|---|
committer | acsfer <carlos@reendex.com> | 2022-01-20 19:35:04 +0100 |
commit | f8edb09aaea3bdfacf65a25085539c93e13e3289 (patch) | |
tree | 4463cbb9f841b1dc3263d529aa05acf25aa6fe64 /.github/ISSUE_TEMPLATE | |
parent | e4b5a82132cb8f991498d3c6f19fc07ad0a277a4 (diff) | |
download | nextcloud-server-f8edb09aaea3bdfacf65a25085539c93e13e3289.tar.gz nextcloud-server-f8edb09aaea3bdfacf65a25085539c93e13e3289.zip |
Add bug reports only checkbox
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r-- | .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index 289abe2a14a..f3a95aeb685 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -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/) |