From ff8ada357eba2996348e1dd6d5a2a6e265dec246 Mon Sep 17 00:00:00 2001 From: pat-s Date: Mon, 1 Jan 2024 22:03:24 +0100 Subject: [PATCH] add `config.yml` to issue template --- .gitea/ISSUE_TEMPLATE.yml | 8 -------- .gitea/ISSUE_TEMPLATE/Question.yml | 2 +- .gitea/ISSUE_TEMPLATE/bug_report.yml | 4 ++-- .gitea/ISSUE_TEMPLATE/config.yml | 8 ++++++++ 4 files changed, 11 insertions(+), 11 deletions(-) create mode 100644 .gitea/ISSUE_TEMPLATE/config.yml diff --git a/.gitea/ISSUE_TEMPLATE.yml b/.gitea/ISSUE_TEMPLATE.yml index 6bb685f..6d80569 100644 --- a/.gitea/ISSUE_TEMPLATE.yml +++ b/.gitea/ISSUE_TEMPLATE.yml @@ -14,11 +14,3 @@ body: placeholder: Tell us what you want to know... validations: required: true -blank_issues_enabled: true -contact_links: - - name: Ask a question in our Matrix room - about: If you prefer a chat-like conversation or in need for quick help, this might be an alternative to opening an issue. - url: https://matrix.to/#/#woodpecker:matrix.org - - name: Frequently Asked Questions - url: https://woodpecker-ci.org/faq - about: Check the FAQs for common questions. diff --git a/.gitea/ISSUE_TEMPLATE/Question.yml b/.gitea/ISSUE_TEMPLATE/Question.yml index 368c6e2..d68a07f 100644 --- a/.gitea/ISSUE_TEMPLATE/Question.yml +++ b/.gitea/ISSUE_TEMPLATE/Question.yml @@ -1,5 +1,5 @@ name: ❓ Question -about: Ask a question. +about: Ask a question title: "" labels: - question diff --git a/.gitea/ISSUE_TEMPLATE/bug_report.yml b/.gitea/ISSUE_TEMPLATE/bug_report.yml index 76dac7d..6a1fbbe 100644 --- a/.gitea/ISSUE_TEMPLATE/bug_report.yml +++ b/.gitea/ISSUE_TEMPLATE/bug_report.yml @@ -1,5 +1,5 @@ -name: 🐞 Bug Report -about: This template is used to report bugs! +name: "\U0001F41E Bug report" +about: Report an issue with the plugin title: "" labels: - bug diff --git a/.gitea/ISSUE_TEMPLATE/config.yml b/.gitea/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..ee41641 --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: true +contact_links: + - name: Ask a question in our Matrix room + about: If you prefer a chat-like conversation or in need for quick help, this might be an alternative to opening an issue. + url: https://matrix.to/#/#woodpecker:matrix.org + - name: Frequently Asked Questions + url: https://woodpecker-ci.org/faq + about: Check the FAQs for common questions.