Skip to content

Commit fa46cce

Browse files
committed
feat(PR): Add a PR template
1 parent 198f65f commit fa46cce

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Description
2+
3+
Describe what this PR is trying to achieve. Please read our [Contributing Guide](../CONTRIBUTING.md) for detailed guidelines.
4+
5+
## Checklist
6+
7+
- [ ] Run pre-commit checks locally
8+
- [ ] Verified by a human programmer
9+
- [ ] All commits are signed off (use `git commit --signoff`)
10+
- [ ] Code follows our [coding standards](../CONTRIBUTING.md#code-quality--standards)
11+
- [ ] Documentation updated if needed
12+
- [ ] No breaking changes or properly documented
13+
14+
## Testing
15+
16+
Describe how you tested these changes:
17+
18+
- [ ] Unit tests pass
19+
- [ ] Integration tests pass
20+
- [ ] Manual testing performed
21+
- [ ] Tested on flight controller hardware

0 commit comments

Comments
 (0)