From 97ed41d96e9fd9f5451c264c86d350964c47ffe6 Mon Sep 17 00:00:00 2001 From: sebthom Date: Thu, 12 Dec 2024 22:28:25 +0100 Subject: [PATCH] ci: update issue templates --- .github/ISSUE_TEMPLATE/bug.yml | 7 ++++++- .github/ISSUE_TEMPLATE/enhancement.yaml | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 9e0c07b..96974c3 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -6,7 +6,12 @@ labels: ["bug"] body: - type: markdown attributes: - value: Thanks for taking the time to fill out this bug report! + value: | + Thank you for taking the time to submit a bug report! + + This project is run by volunteers, and we depend on users like you to improve it. + + Please try to investigate the issue yourself, and if possible submit a pull request with a fix. - type: textarea id: expected-behaviour diff --git a/.github/ISSUE_TEMPLATE/enhancement.yaml b/.github/ISSUE_TEMPLATE/enhancement.yaml index 7ecb5b8..114a2b7 100644 --- a/.github/ISSUE_TEMPLATE/enhancement.yaml +++ b/.github/ISSUE_TEMPLATE/enhancement.yaml @@ -6,7 +6,12 @@ labels: [enhancement] body: - type: markdown attributes: - value: Thanks for taking the time to fill out this enhancement request! + value: | + Thanks for taking the time to fill out this enhancement request! + + This project is run by volunteers, and we depend on users like you to improve it. + + Please consider implementing the enhancement yourself and submitting a pull request with your changes. - type: textarea id: problem