diff options
author | acsfer <carlos@reendex.com> | 2022-01-21 10:31:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-21 10:31:30 +0100 |
commit | 444aefd0759f363a71ad125f73c5ea93024b3532 (patch) | |
tree | 244ae302f8137311d5b481e11f2748a471ae0444 /.github | |
parent | fe97ba80011e6f94131e118ae3676c0ae1a6e623 (diff) | |
download | nextcloud-server-444aefd0759f363a71ad125f73c5ea93024b3532.tar.gz nextcloud-server-444aefd0759f363a71ad125f73c5ea93024b3532.zip |
Title can't be empty
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index bb6803b4621..f90fd319c59 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -1,6 +1,6 @@ name: "Bug report: Nextcloud Server" description: "Submit a report and help us improve Nextcloud Server" -title: "" +title: "[Bug]: " labels: ["bug", "0. Needs triage"] body: - type: markdown |