diff options
author | Simon L <szaimen@e.mail.de> | 2022-07-13 11:25:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-13 11:25:20 +0200 |
commit | 22de24324728025c5299850317fc697b33375caf (patch) | |
tree | 4fe21ef535021ff8ec6e1a0d87b9dd2c27707091 | |
parent | 929adb6abae3766353b97b6ba39ba54257039c7a (diff) | |
parent | 57784ccefe882b65d15feb7a30323fe3cbfc3c99 (diff) | |
download | nextcloud-server-22de24324728025c5299850317fc697b33375caf.tar.gz nextcloud-server-22de24324728025c5299850317fc697b33375caf.zip |
Merge pull request #33202 from nextcloud/enh/noid/bug-report-64bit
document the 64bit requirement in the bug report template
-rw-r--r-- | .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index b377db9b05d..3c155f7fdc3 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -21,6 +21,8 @@ body: required: true - label: Nextcloud Server **is** up to date. See [Maintenance and Release Schedule](https://github.com/nextcloud/server/wiki/Maintenance-and-Release-Schedule) for supported versions. required: true + - label: Nextcloud Server **is** running on 64bit capable CPU, PHP and OS. + required: true - label: I agree to follow Nextcloud's [Code of Conduct](https://nextcloud.com/contribute/code-of-conduct/). required: true - type: textarea |