From 6a0171ddfe309cde287e209b280925f16a99a0fb Mon Sep 17 00:00:00 2001 From: grandeljay Date: Mon, 20 Nov 2023 13:45:53 +0100 Subject: [PATCH] chore: add issue template disclaimer --- .github/ISSUE_TEMPLATE/bug_report.md | 7 +++++++ .github/ISSUE_TEMPLATE/feature_request.md | 13 +++++++++---- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 5c26917e..aafac224 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -15,3 +15,10 @@ On which branch did you notice this bug? ## Description How can the bug be reproduced? If you received an error or similar, please add it here. + +## Disclaimer +wishthis is entirely built in my free time, mostly without any pay or code contributors. While I am doing my best to help out everybody, I cannot gurantee that I will find the time or have the competence to help you out. + +I greatly appreciate that you are filing a bug report, these help tremendously! Thank you! + +[ ] I understand that wishthis depends on volunteer work and that I am not entitled to any kind of support diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 11fc491e..f713bd7c 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -7,14 +7,19 @@ assignees: '' --- -**Is your feature request related to a problem? Please describe.** +## Is your feature request related to a problem? Please describe A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -**Describe the solution you'd like** +## Describe the solution you'd like A clear and concise description of what you want to happen. -**Describe alternatives you've considered** +## Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered. -**Additional context** +## Additional context ## Add any other context or screenshots about the feature request here. + +## Disclaimer +wishthis is entirely built in my free time, mostly without any pay or code contributors. While I am doing my best to make wishthis a great product for everybody, adding new features takes up my free time outside of my full time job. + +[ ] I understand that wishthis depends on volunteer work and that I am not entitled to any kind of support