Skip to content

Commit 1492e41

Browse files
committed
modify pr template
1 parent 6604bb5 commit 1492e41

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
## Technical Context
2+
- **Related Issues:** Fixes # (issue number)
3+
- **Breaking Changes:** [Yes/No] (If yes, please describe the impact and migration path)
4+
5+
## Description
6+
> Provide a brief summary of the changes, the rationale behind them, and any specific areas you'd like the reviewers to focus on.
7+
8+
---
9+
10+
## Checklist
11+
- [ ] **Linting:** Code is formatted and linted.
12+
- [ ] **Tests:** Tests pass. I have included new tests for these changes where applicable.
13+
- [ ] **Edge Cases:** I have manually verified "unhappy paths" and edge cases beyond the basic success criteria (e.g., database connection timeouts, malformed input, strict mapping rejections).
14+
- [ ] **Documentation:** I have updated `README.md` to reflect any new environment variables, configuration changes, or breaking updates.
15+
- [ ] **Accountability:** I can explain the implementation logic for every line of code submitted and take full responsibility for its maintenance.
16+
17+
---
18+
19+
## AI Policy Compliance
20+
- [ ] I confirm this PR meets the following standards:
21+
22+
> **Policy:** We require a "human-in-the-loop." You are the author and are fully accountable for all submitted code. Please ensure all tool-generated content is thoroughly reviewed before submission to ensure it is not an "extractive contribution" that squanders maintainer time.
23+
24+
For more information, see our [AI contribution policy](https://stac-utils.github.io/ai-contribution-policy).

0 commit comments

Comments
 (0)