summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/feature.yml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-04 15:40:17 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-04 15:40:17 +1000
commitd8037819f01ef2eb920516ce50237a922019684b (patch)
tree2353531ebe95a7ae69aaa5c77b767a3db7f737d9 /.github/ISSUE_TEMPLATE/feature.yml
parenttheme: add template system (#36) (diff)
downloadcaelestia-cli-d8037819f01ef2eb920516ce50237a922019684b.tar.gz
caelestia-cli-d8037819f01ef2eb920516ce50237a922019684b.tar.bz2
caelestia-cli-d8037819f01ef2eb920516ce50237a922019684b.zip
ci: add flake update workflow
Also add contributing, funding and issue templates parser: add kill option to shell version: fix errors when not on arch
Diffstat (limited to '.github/ISSUE_TEMPLATE/feature.yml')
-rw-r--r--.github/ISSUE_TEMPLATE/feature.yml24
1 files changed, 24 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml
new file mode 100644
index 0000000..c5caffa
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature.yml
@@ -0,0 +1,24 @@
+name: Feature request
+description: Suggest a new feature
+labels: ["enhancement"]
+type: "Feature"
+title: "[FEATURE] "
+body:
+ - type: markdown
+ attributes:
+ value: "NOTE: Please write in **English**."
+
+ - type: textarea
+ attributes:
+ label: "What would you like to be added?"
+ description: "Can be a suggestion for an existing feature. You can suggest a widget, minor user interaction changes.. whatever."
+
+ - type: textarea
+ attributes:
+ label: "How will it help?"
+ description: "It's helpful to include examples (like in your use case)."
+
+ - type: textarea
+ attributes:
+ label: "Extra info"
+ description: "If you want a new widget, a pic of the inspiration (if available) would be awesome."