Browse Source
Add new templates matching the new GitHub options, Bug report and Feature requestmaster
Francisco Ferreira
7 years ago
2 changed files with 68 additions and 0 deletions
@ -0,0 +1,36 @@
@@ -0,0 +1,36 @@
|
||||
--- |
||||
name: Bug report |
||||
about: If you are sure you have found a bug, then choose this to open a bug report |
||||
|
||||
--- |
||||
|
||||
**IF YOU DON'T REMOVE THESE FOUR LINES, THEN YOUR REPORT WILL BE CLOSED AUTOMATICALLY** |
||||
Questions and user problems should be directed at the forum (http://discuss.ardupilot.org) |
||||
_**Please be very sure you have found a bug when opening this issue**_ |
||||
If there was a previous discussion in the forum, link to it |
||||
|
||||
### Bug report |
||||
|
||||
**Issue details** |
||||
|
||||
_Please describe the problem_ |
||||
|
||||
**Version** |
||||
_What version was the issue encountered with_ |
||||
|
||||
**Platform** |
||||
[ ] All |
||||
[ ] AntennaTracker |
||||
[ ] Copter |
||||
[ ] Plane |
||||
[ ] Rover |
||||
[ ] Submarine |
||||
|
||||
**Airframe type** |
||||
_What type of airframe (flying wing, glider, hex, Y6, octa etc)_ |
||||
|
||||
**Hardware type** |
||||
_What autopilot hardware was used? (Pixhawk, Cube, Pixracer, Navio2, etc)_ |
||||
|
||||
**Logs** |
||||
_Please provide a link to any relevant logs that show the issue_ |
@ -0,0 +1,32 @@
@@ -0,0 +1,32 @@
|
||||
--- |
||||
name: Feature request |
||||
about: If you have an idea for a new feature, choose this option |
||||
|
||||
--- |
||||
|
||||
**IF YOU DON'T REMOVE THESE FOUR LINES, THEN YOUR REQUEST WILL BE CLOSED AUTOMATICALLY** |
||||
Questions and user problems should be directed at the forum (http://discuss.ardupilot.org) |
||||
_**Please do a careful search before opening this, there are already a lot of feature requests**_ |
||||
If there was a previous discussion in the forum, link to it |
||||
|
||||
### Feature request |
||||
|
||||
**Is your feature request related to a problem? Please describe.** |
||||
_A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]_ |
||||
|
||||
**Describe the solution you'd like** |
||||
_A clear and concise description of what you want to happen._ |
||||
|
||||
**Describe alternatives you've considered** |
||||
_A clear and concise description of any alternative solutions or features you've considered._ |
||||
|
||||
**Platform** |
||||
[ ] All |
||||
[ ] AntennaTracker |
||||
[ ] Copter |
||||
[ ] Plane |
||||
[ ] Rover |
||||
[ ] Submarine |
||||
|
||||
**Additional context** |
||||
_Add any other context or screenshots about the feature request here._ |
Loading…
Reference in new issue