diff options
Diffstat (limited to '.github/ISSUE_TEMPLATE/feature_request.yaml')
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.yaml | 13 |
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 |