We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 198f65f commit fa46cceCopy full SHA for fa46cce
1 file changed
.github/PULL_REQUEST_TEMPLATE.md
@@ -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