diff options
author | Andy Scherzinger <info@andy-scherzinger.de> | 2024-09-15 22:42:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-15 22:42:35 +0200 |
commit | 6e983ce2075f96bc28de8367675c96c9473bcdfc (patch) | |
tree | 19fda8d09674ca619841c64281a6c362c6894334 | |
parent | 876631435e647075f16114d31a55eccf668ed9c0 (diff) | |
parent | e7bcc7535bc2573a051434467b36c20d3a1c50f7 (diff) | |
download | nextcloud-server-6e983ce2075f96bc28de8367675c96c9473bcdfc.tar.gz nextcloud-server-6e983ce2075f96bc28de8367675c96c9473bcdfc.zip |
Merge pull request #47973 from melroy89/patch-1
Add missing Nextcloud v30 to issue template
-rw-r--r-- | .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index b9516564af0..b2dfff8d1e5 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -72,6 +72,7 @@ body: options: - "28" - "29" + - "30" - "master" validations: required: true |