mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 06:18:40 +08:00
79073f0177
Not all labels are added because there is no match with the label name. issue_labeler.yml os: Linux -> os: linux 001_bug_report.yml Type: bug -> Type: Bug Corrected label in links 002_feature_request.yml Type: enhancement -> Type: Enhancement Corrected label in links 003_help.yml Type: question ->Type: Question Corrected label in links
62 lines
2.6 KiB
YAML
62 lines
2.6 KiB
YAML
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
#
|
|
name: Feature request
|
|
description: Request an enhancement for NuttX
|
|
title: "[FEATURE] <title>"
|
|
labels: ["Type: Enhancement"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Hello NuttX Community member! Please keep things tidy by putting your post in the proper place:
|
|
|
|
Requesting a new feature: use this form.
|
|
Asking a question or getting help: use the [General Help](https://github.com/apache/nuttx/issues/new?assignees=&labels=Community%3A+Question&projects=&template=003_help.yml&title=%5BHELP%5D+%3Ctitle%3E) form or [Mailing list](https://nuttx.apache.org/community/).
|
|
Reporting a bug: use the [Bug report](https://github.com/apache/nuttx/issues/new?assignees=&labels=%F0%9F%91%80+needs+triage%2CType%3A+Bug&projects=&template=001_bug_report.yml&title=%5BBUG%5D+%3Ctitle%3E) form.
|
|
|
|
- type: textarea
|
|
id: question-description
|
|
attributes:
|
|
label: Is your feature request related to a problem? Please describe.
|
|
description: Please provide a clear and concise description of what the problem is. Add relevant issue link.
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: solution
|
|
attributes:
|
|
label: Describe the solution you'd like
|
|
description: Please provide a clear and concise description of what you want to happen.
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: alternatives
|
|
attributes:
|
|
label: Describe alternatives you've considered
|
|
description: Please provide a clear and concise description of any alternative solutions or features you've considered.
|
|
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
### Before You Submit
|
|
|
|
Please verify that you've followed these steps:
|
|
- Search [existing feature requests](https://github.com/apache/nuttx/issues) (including [closed](https://github.com/apache/nuttx/issues?q=is%3Aissue+is%3Aclosed))
|
|
|
|
- type: checkboxes
|
|
attributes:
|
|
label: "Verification"
|
|
options:
|
|
- label: "I have verified before submitting the report."
|
|
required: true
|