summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/feature_request.yaml
diff options
context:
space:
mode:
authorNetSysFire <59517351+NetSysFire@users.noreply.github.com>2023-11-19 03:05:52 +0100
committerSĂ©bastien Helleu <flashcode@flashtux.org>2023-12-03 09:49:13 +0100
commita788ca13d84afd5e2967b553dc955d553871a19e (patch)
tree92d6994eaaf1f890732c05184272e1d91a34909d /.github/ISSUE_TEMPLATE/feature_request.yaml
parentbc08d9a2b3690bf7a124c36bf1331989912ec324 (diff)
downloadweechat-a788ca13d84afd5e2967b553dc955d553871a19e.zip
core: add forms for new issues, feature requests and questions on GitHub
Diffstat (limited to '.github/ISSUE_TEMPLATE/feature_request.yaml')
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml
new file mode 100644
index 000000000..d50082a20
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature_request.yaml
@@ -0,0 +1,13 @@
+name: Feature request
+description: Request a new feature / enhancement
+labels: ["feature"]
+
+body:
+ - type: textarea
+ id: feature
+ attributes:
+ label: Feature description
+ description: A description of your feature.
+ placeholder: It would be really handy if WeeChat had…
+ validations:
+ required: true