diff options
Diffstat (limited to '.github/ISSUE_TEMPLATE/feature_request.yml')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 6866784f..cf5f57e0 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,7 +1,6 @@ name: Feature Request description: Suggest a feature for this library labels: feature request -issue_body: true body: - type: input attributes: @@ -44,3 +43,7 @@ body: What is the current solution to the problem, if any? validations: required: false + - type: textarea + attributes: + label: Additional Context + description: If there is anything else to say, please do so here. |