diff options
| author | hathach <[email protected]> | 2022-07-28 12:23:01 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2022-07-28 12:23:01 +0700 |
| commit | d36ea6ddc1674c03764d69708cea63b5631e6766 (patch) | |
| tree | bfb52f3a14163b97f93f0391ee2229fe1549bf28 /.github/ISSUE_TEMPLATE/feature_request.yml | |
| parent | 23ea8d1e255b00be6916f7d3ca0a1fba60c68ef4 (diff) | |
update issue template
Diffstat (limited to '.github/ISSUE_TEMPLATE/feature_request.yml')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.yml | 49 |
1 files changed, 49 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..e168b73a6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,49 @@ +name: Feature Request +description: Suggest an idea for this project +labels: 'Feature 💡' +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this request! + It's okay to leave some blank if it doesn't apply to your request. + + - type: input + attributes: + label: Related area + description: Please briefly explain the area of your Feature Request. + placeholder: eg. new port support, device stack, class driver ... + validations: + required: true + + - type: input + attributes: + label: Hardware specification + description: Please provide if your proposal depends on specific Hardware. + placeholder: eg. rp2040, samd51 ... + validations: + required: true + + - type: textarea + attributes: + label: Is your feature request related to a problem? + description: Please provide a clear and concise description of what the problem is. Add relevant issue link. + placeholder: ex. I'm facing the issue/missing function... + validations: + required: true + + - type: textarea + attributes: + label: Describe the solution you'd like + description: Please provide a clear and concise description of what you want to happen. + placeholder: ex. When using this function... + validations: + required: true + + - type: checkboxes + attributes: + label: I have checked existing issues, dicussion and documentation + description: You agree to check all the resources above before opening a new issue. + options: + - label: I confirm I have checked existing issues, dicussion and documentation. + required: true |
