diff options
author | Kevin Krakauer <krakauer@google.com> | 2021-07-14 10:51:47 -0700 |
---|---|---|
committer | Kevin Krakauer <krakauer@google.com> | 2021-07-14 13:10:55 -0700 |
commit | e55fb66ecd9ffb5b87e9cdf3171f3fbdf8c9048e (patch) | |
tree | c3673a9fcc6bdf568b12c44d34021cdeb4228fa4 /.github/ISSUE_TEMPLATE/feature_request.yml | |
parent | 85a0a353ad185946d39463fddb3ec2cb37876371 (diff) |
use github issue templates
Diffstat (limited to '.github/ISSUE_TEMPLATE/feature_request.yml')
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.yml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 000000000..5073aba8b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,24 @@ +name: Feature request +description: Suggest an idea or improvement +labels: + - 'type: enhancement' +body: + - type: textarea + id: description + attributes: + label: Description + placeholder: A clear description of the feature or enhancement. + validations: + required: true + - type: textarea + id: related + attributes: + label: Is this feature related to a specific bug? + description: Please include a bug references if yes. + - type: textarea + id: solution + attributes: + label: Do you have a specific solution in mind? + description: > + Please include any details about a solution that you have in mind, + including any alternatives considered. |