From 3d5f61aa2279c9cef3b3e9f8e8770768362afd73 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Thu, 11 Sep 2025 16:33:49 -0400 Subject: [PATCH] Create feature.yaml --- .github/ISSUE_TEMPLATE/feature.yaml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature.yaml diff --git a/.github/ISSUE_TEMPLATE/feature.yaml b/.github/ISSUE_TEMPLATE/feature.yaml new file mode 100644 index 0000000..dbfd2c5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.yaml @@ -0,0 +1,27 @@ +--- +name: Feature Request +description: File a feature request. +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-would-you-like-to-happen + attributes: + label: What would you like to happen? + description: Please describe in detail how the new functionality should work as well as any issues with existing functionality. + validations: + required: true