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