summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorchristianchiarulli <[email protected]>2021-07-06 12:28:50 -0400
committerchristianchiarulli <[email protected]>2021-07-06 12:28:50 -0400
commitf22e1bd8cb6a38fdcad83b96d7739af778cd9d1d (patch)
treedbd52ee15583f746f21e5eae157e546388ee206d /.github
parent20485971641a9d916640ccad05586a641c984ed6 (diff)
parent68bfac0468ea4d5d7faf5bede0a4ab8cb5572f0c (diff)
cleanup and stability improvements0.4.1
Diffstat (limited to '.github')
-rw-r--r--.github/FUNDING.yml1
-rw-r--r--.github/ISSUE_TEMPLATE/feature-form.yaml34
2 files changed, 35 insertions, 0 deletions
diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
index af7701b4..255497d6 100644
--- a/.github/FUNDING.yml
+++ b/.github/FUNDING.yml
@@ -1,4 +1,5 @@
# These are supported funding model platforms
+github: christianchiarulli
patreon: chrisatmachine
diff --git a/.github/ISSUE_TEMPLATE/feature-form.yaml b/.github/ISSUE_TEMPLATE/feature-form.yaml
new file mode 100644
index 00000000..cfd0793b
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature-form.yaml
@@ -0,0 +1,34 @@
+name: Feature Request
+description: Suggest an idea for improving this project
+title: "[Feature]: "
+labels: [enhancement]
+# assignees:
+# - ChristianChiarulli
+body:
+ - type: markdown
+ attributes:
+ value: |
+ Thank you for helping us improve !
+ - type: textarea
+ id: motivation
+ attributes:
+ label: Feature motivation
+ description: A clear and concise description of the problem or missing capability
+ placeholder: |
+ I am always frustrated when ...
+ validations:
+ required: true
+ - type: textarea
+ id: solution
+ attributes:
+ label: Describe the expected solution
+ - type: textarea
+ id: alternatives
+ attributes:
+ label: Describe the alternatives you've considered
+ description: Let us know about other solutions you've tried or researched
+ - type: textarea
+ id: additional-context
+ attributes:
+ label: Additional context
+ description: If applicable, add screenshots or link related issues