diff options
author | acsfer <carlos@reendex.com> | 2022-01-21 10:28:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-21 10:28:03 +0100 |
commit | fe97ba80011e6f94131e118ae3676c0ae1a6e623 (patch) | |
tree | 2e975f9c7071a94db3f94fef5aebd92572d8da25 /.github/ISSUE_TEMPLATE | |
parent | c2f463e70b44ec8f64f3e5a852b10426c49b3de0 (diff) | |
download | nextcloud-server-fe97ba80011e6f94131e118ae3676c0ae1a6e623.tar.gz nextcloud-server-fe97ba80011e6f94131e118ae3676c0ae1a6e623.zip |
Require all fields
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r-- | .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index 86f3ae24053..bb6803b4621 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -163,7 +163,7 @@ body: > NOTE: This will be automatically formatted into code. render: shell validations: - required: false + required: true - type: textarea id: apps attributes: @@ -179,7 +179,7 @@ body: > NOTE: This will be automatically formatted into code. render: shell validations: - required: false + required: true - type: textarea id: nextcloud-signingstatus attributes: @@ -204,7 +204,7 @@ body: > NOTE: This will be automatically formatted into code. render: shell validations: - required: false + required: true - type: textarea id: additional-info attributes: |