Skip to content

Commit e64cd49

Browse files
committed
Merge remote-tracking branch 'origin/add-pr-template-1749793943'
2 parents c5ad59f + 9c6ba49 commit e64cd49

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

.github/pull_request_template.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
## Summary
2+
<!-- Provide a brief description of the story behind this PR, as if explaining
3+
to a non-technical person. Or to an LLM so it can learn from it for
4+
future (autonomous) code improvements. Feel free to point to a deeper
5+
design doc, if applicable.
6+
-->
7+
8+
## Connected Issues
9+
<!-- Have you cared to connect this PR to a work item in DevRev, so that we
10+
can understand future routing and attribution?
11+
-->
12+
- #ISS-
13+
- ...
14+
15+
## Craftsmanship, Integrity, and Devil’s Advocacy
16+
<!-- Mark the appropriate option with an "x" -->
17+
- [ ] Testing: Negative test cases: null or default values, crash and fault injection tests
18+
- [ ] Testing: Boundary conditions: rolling upgrades, denial-of-service, etc.
19+
- [ ] Testing: Fixing a few existing — flaky or permanently-broken — test cases
20+
- [ ] Observing: Detailed error codes so machines can understand
21+
- [ ] Observing: Adding superior metrics for future debugging
22+
- [ ] Observing: Tracing the hairiest pathways for field serviceability
23+
- [ ] Training: KnowledgeOps update? So AI always works.
24+
25+
## Story of the craft
26+
<!-- *“Wisdom is knowing the right path to take. Integrity is taking it.”*
27+
28+
Show-n-tell the story of testing, observing, or training from above.
29+
Take your time. Your stories will teach others the craft.
30+
-->

0 commit comments

Comments
 (0)