Skip to content

Commit 3d5f61a

Browse files
authored
Create feature.yaml
1 parent d6bf031 commit 3d5f61a

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
name: Feature Request
3+
description: File a feature request.
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
# Important notice regarding filed issues
9+
10+
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.
11+
12+
If pull requests implementing bug fixes or enhancements are pushed, I am happy to review and merge them (time permitting).
13+
14+
If you wish to have a bug fixed, you have a few options:
15+
16+
- Fix it yourself and file a pull request.
17+
- File a bug and hope someone else fixes it for you.
18+
- 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).
19+
20+
In all cases, feel free to file an issue, they may be of help to others in the future.
21+
- type: textarea
22+
id: what-would-you-like-to-happen
23+
attributes:
24+
label: What would you like to happen?
25+
description: Please describe in detail how the new functionality should work as well as any issues with existing functionality.
26+
validations:
27+
required: true

0 commit comments

Comments
 (0)