From 03c660724d39b92af100454629685ec442aeb521 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Thu, 11 Sep 2025 16:30:10 -0400 Subject: [PATCH] chore: create bug template --- .github/ISSUE_TEMPLATE/bug.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug.md diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 0000000..0d0fee5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,28 @@ +--- +name: Bug Report +description: File a bug report. +body: + - type: markdown + attributes: + value: | + # Important notice regarding filed issues + + This project already fills my needs, and as such I have no real reason to continue it's development. This project is otherwise provided as is, and no support is given. + + If pull requests implementing bug fixes or enhancements are pushed, I am happy to review and merge them (time permitting). + + If you wish to have a bug fixed, you have a few options: + + - Fix it yourself and file a pull request. + - File a bug and hope someone else fixes it for you. + - Pay me to fix it (my rate is $200 an hour, minimum 1 hour, contact me via my [github email address](https://github.com/josegonzalez) if you want to go this route). + + In all cases, feel free to file an issue, they may be of help to others in the future. + - type: textarea + id: what-happened + attributes: + label: What happened? + description: Also tell us, what did you expect to happen? + placeholder: Tell us what you see! + validations: + required: true