diff options
author | szaimen <szaimen@e.mail.de> | 2022-07-11 16:52:46 +0200 |
---|---|---|
committer | szaimen <szaimen@e.mail.de> | 2022-07-11 16:52:46 +0200 |
commit | 57784ccefe882b65d15feb7a30323fe3cbfc3c99 (patch) | |
tree | df0aaed1541e046f2511033932f2710422ffde5b /.github/ISSUE_TEMPLATE | |
parent | 16b5e6bc7f78f796eb7d8a4e1bd70cdc838dc119 (diff) | |
download | nextcloud-server-57784ccefe882b65d15feb7a30323fe3cbfc3c99.tar.gz nextcloud-server-57784ccefe882b65d15feb7a30323fe3cbfc3c99.zip |
document the 64bit requirement in the bug report template
Signed-off-by: szaimen <szaimen@e.mail.de>
Diffstat (limited to '.github/ISSUE_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 |