add config.yml to issue template

This commit is contained in:
pat-s 2024-01-01 22:03:24 +01:00
parent 5dd0b39678
commit ff8ada357e
No known key found for this signature in database
GPG key ID: 3C6318841EF78925
4 changed files with 11 additions and 11 deletions

View file

@ -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.

View file

@ -1,5 +1,5 @@
name: ❓ Question
about: Ask a question.
about: Ask a question
title: ""
labels:
- question

View file

@ -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

View file

@ -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.