Skip to content

Commit ee3f6ed

Browse files
committed
.github: add a template for pull requests requesting testing info
1 parent 6df1b5f commit ee3f6ed

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Summary
2+
3+
<!-- a one or two line summary of what your PR does here -->
4+
5+
## Testing (more check increases chance of being merged)
6+
7+
- [ ] Checked by a human programmer
8+
- [ ] Tested in SITL
9+
- [ ] Tested on hardware
10+
- [ ] Logs attached
11+
- [ ] Logs available on request
12+
- [ ] Autotest included
13+
14+
## Description
15+
16+
<!-- Describe your changes here -->
17+
18+
<!--
19+
Don't overlook our community's expectations for creating a PR:
20+
https://ardupilot.org/dev/docs/style-guide.html
21+
https://ardupilot.org/dev/docs/submitting-patches-back-to-master.html
22+
https://ardupilot.org/dev/docs/porting.html
23+
-->

0 commit comments

Comments
 (0)