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