diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..e8ea4cb --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,30 @@ +## Summary + + +## Connected Issues + +- #ISS- +- ... + +## Craftsmanship, Integrity, and Devil’s Advocacy + +- [ ] Testing: Negative test cases: null or default values, crash and fault injection tests +- [ ] Testing: Boundary conditions: rolling upgrades, denial-of-service, etc. +- [ ] Testing: Fixing a few existing — flaky or permanently-broken — test cases +- [ ] Observing: Detailed error codes so machines can understand +- [ ] Observing: Adding superior metrics for future debugging +- [ ] Observing: Tracing the hairiest pathways for field serviceability +- [ ] Training: KnowledgeOps update? So AI always works. + +## Story of the craft +