From 9c6ba499ff40d51c99e8ec683692b863bcaab7c7 Mon Sep 17 00:00:00 2001 From: AkshithaRajavelDev Date: Fri, 13 Jun 2025 11:22:23 +0530 Subject: [PATCH] Add PR template --- .github/pull_request_template.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..e8ea4cb7 --- /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 +