mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
1. Change the paragraph headings to proper Markdown headings (easier to link / structure the Markdown) 2. Move PULL_REQUEST_TEMPLATE into .github folder 3. Change description in Issue template and remove outdated DevGuide Repository information 4. Add a bug emoji to bug report isue template 5. Support automatically adding labels 'bug-report' and 'feature-request' to easily sort / filter appropriate issues in Github
21 lines
714 B
Markdown
21 lines
714 B
Markdown
---
|
|
name: 🚀 Feature Request
|
|
about: Suggest an idea for this project
|
|
labels: feature-request
|
|
|
|
---
|
|
|
|
For general questions please use [PX4 Discuss](http://discuss.px4.io/) or Slack (you can find an invite link on this project README).
|
|
|
|
## Describe problem solved by the proposed feature
|
|
A clear and concise description of the problem, if any, this feature will solve. E.g. I'm always frustrated when ...
|
|
|
|
## Describe your preferred solution
|
|
A clear and concise description of what you want to happen.
|
|
|
|
## Describe possible alternatives
|
|
A clear and concise description of alternative solutions or features you've considered.
|
|
|
|
## Additional context
|
|
Add any other context or screenshots for the feature request here.
|