We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f18bc09 commit d2eb10cCopy full SHA for d2eb10c
.github/pull_request_template.md
@@ -1,15 +1,10 @@
1
-## Summary
2
-<!-- Brief description of changes -->
+## Related Issue
+Closes #<!-- REQUIRED: Issue number -->
3
4
-## Type of Change
5
-- [ ] Bug fix
6
-- [ ] New feature
7
-- [ ] Documentation update
+## Summary
+<!-- What does this PR do? -->
8
9
## Checklist
10
-- [ ] Tests passing
11
-- [ ] Docs updated
12
-- [ ] Fixes #XXX
13
-
14
-## Testing
15
-<!-- How was this tested? -->
+- [ ] Tests pass (`pytest tests/`)
+- [ ] PR title format: `[#XX] Description`
+- [ ] MVP label added if closing MVP issue
0 commit comments