diff options
author | Git'Fellow <12234510+solracsf@users.noreply.github.com> | 2024-07-01 01:01:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-01 01:01:45 +0200 |
commit | 1716c95c94100ee18b64cb59996dba213792ce48 (patch) | |
tree | 2b52ae09d3d795bb211969d02c500f67748afcb6 /.github | |
parent | b77c151f5bc041c089e5f07e3df5f9c1e3c1f1d7 (diff) | |
parent | 2787c8f2a79868ff6d537659c3e2a3a1ac4903a6 (diff) | |
download | nextcloud-server-1716c95c94100ee18b64cb59996dba213792ce48.tar.gz nextcloud-server-1716c95c94100ee18b64cb59996dba213792ce48.zip |
Merge pull request #46206 from nextcloud/updteIssTempRem27
chore: remove EOL v27 from issue template
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index 0a15c5a06a5..d5038c03f23 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -86,7 +86,6 @@ body: Select Nextcloud Server version. _Versions not listed here are not maintained and not supported anymore_ options: - - "27" - "28" - "29" - "master" @@ -148,8 +147,8 @@ body: description: | Select if bug is present after an update or on a fresh install. options: - - "Updated from a MINOR version (ex. 22.1 to 22.2)" - - "Upgraded to a MAJOR version (ex. 22 to 23)" + - "Updated from a MINOR version (ex. 28.0.1 to 28.0.2)" + - "Upgraded to a MAJOR version (ex. 28 to 29)" - "Fresh Nextcloud Server install" - type: dropdown id: encryption |