b4999fa916
**-Template** Bug report Report a bug to improve NuttX stability Feature request Request an enhancement for NuttX General Help Get general support regarding NuttX Of course, others can be added. !!! :) **-Action** An action for automatically labelling issues **Keywords** Keywords are present in the dropdowns (the user can select more than one option) of the form Bug report and are: - Linux, Mac, Windows, Other - all, arm, arm64, avr, ceva, hc, mips, misoc, openrisc, renesas, risc-v, simulator, sparc, tricore, x86, x86_64, xtensa, z16, z80 - Applications, Api, Board support, Build System, Configuring, Debugging, Drivers, File System, Installing, Kconfig, Kernel, Memory Management, Native port, Networking, OS Components, Posix, Sensors, Specific Peripheral **To work, the labels must have the same name as the keywords !!!** **So before the merge it is necessary to add them.** Of course these keywords are examples so you can add, edit or delete them. [Creating a label](https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/managing-labels#creating-a-label) see https://github.com/apache/nuttx/issues/12748 none CI
54 lines
2.3 KiB
YAML
54 lines
2.3 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: General Help
|
|
description: Get general support regarding NuttX
|
|
title: "[HELP] <title>"
|
|
labels: [question]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Hello NuttX Community member! Please keep things tidy by putting your post in the proper place:
|
|
|
|
Asking a question or getting help: use this form or [Mailing list](https://nuttx.apache.org/community/).
|
|
Reporting a bug: use the [Bug report](https://github.com/apache/nuttx-apps/issues/new?assignees=&labels=bug&projects=&template=001_bug_report.yml) form.
|
|
Requesting a new feature: use the [Feature request](https://github.com/apache/nuttx-apps/issues/new?assignees=&labels=enhancement&projects=&template=002_feature_request.yml) form
|
|
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
### Whether you're a beginner or an experienced developer, NuttX Help is here to assist you with all your NuttX questions and concerns.
|
|
|
|
- type: textarea
|
|
id: question-description
|
|
attributes:
|
|
label: Description
|
|
description: Explain the background or context of your question. This helps others understand your problem or inquiry better.
|
|
validations:
|
|
required: true
|
|
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
### Before You Submit
|
|
|
|
Please verify that you've followed these steps:
|
|
- I have searched [NuttX Documentation](https://nuttx.apache.org/docs/latest/) and didn't find an answer to my question.
|
|
- Search [existing issues](https://github.com/apache/nuttx-apps/issues) (including [closed](https://github.com/apache/nuttx-apps/issues?q=is%3Aissue+is%3Aclosed))
|
|
|
|
- type: checkboxes
|
|
attributes:
|
|
label: "Verification"
|
|
options:
|
|
- label: "I have verified before submitting the report."
|
|
required: true |