From 5dd0b396781369af835763c86fe4f3ba21d41bc7 Mon Sep 17 00:00:00 2001 From: pat-s Date: Mon, 1 Jan 2024 21:57:58 +0100 Subject: [PATCH] fix issue template issues --- .gitea/ISSUE_TEMPLATE.yml | 7 +++++++ .gitea/ISSUE_TEMPLATE/bug_report.yml | 1 + .gitea/PULL_REQUEST_TEMPLATE.yml | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitea/ISSUE_TEMPLATE.yml b/.gitea/ISSUE_TEMPLATE.yml index eec8a98..6bb685f 100644 --- a/.gitea/ISSUE_TEMPLATE.yml +++ b/.gitea/ISSUE_TEMPLATE.yml @@ -15,3 +15,10 @@ body: 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/bug_report.yml b/.gitea/ISSUE_TEMPLATE/bug_report.yml index 669c33b..76dac7d 100644 --- a/.gitea/ISSUE_TEMPLATE/bug_report.yml +++ b/.gitea/ISSUE_TEMPLATE/bug_report.yml @@ -3,6 +3,7 @@ about: This template is used to report bugs! title: "" labels: - bug +body: - type: markdown attributes: value: | diff --git a/.gitea/PULL_REQUEST_TEMPLATE.yml b/.gitea/PULL_REQUEST_TEMPLATE.yml index 533db78..15e71da 100644 --- a/.gitea/PULL_REQUEST_TEMPLATE.yml +++ b/.gitea/PULL_REQUEST_TEMPLATE.yml @@ -5,7 +5,7 @@ body: - type: markdown attributes: value: | - > **Note**: Thanks for contributing to this project with your pull request! + Thanks for contributing to this project with your pull request! - type: textarea id: summary attributes: