Skip to content

Commit e5dfcd1

Browse files
chore: add pr template (#4888)
Co-authored-by: Hofer-Julian <[email protected]>
1 parent 8e79cd0 commit e5dfcd1

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.github/pull_request_template.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
### Description
2+
3+
<!--- Please include a summary of the change and which issue is fixed. --->
4+
<!--- Please also include relevant motivation and context. -->
5+
6+
<!--- Add visual representation of the effect of the change when possible, e.g. before and after screenshots, code snippets, etc. --->
7+
8+
Fixes #{issue}
9+
10+
### How Has This Been Tested?
11+
12+
<!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce while reviewing your changes. -->
13+
14+
### AI Disclosure
15+
<!--- Remove this section if your PR does not contain AI-generated content. --->
16+
- [ ] This PR contains AI-generated content.
17+
- [ ] I have tested any AI-generated content in my PR.
18+
- [ ] I take responsibility for any AI-generated content in my PR.
19+
<!--- If you used AI to generate code, please specify the tool used and the prompt below. --->
20+
Tools: {e.g., Claude, Codex, GitHub Copilot, ChatGPT, etc.}
21+
22+
### Checklist:
23+
<!--- Remove the non relevant items. --->
24+
- [ ] I have performed a self-review of my own code
25+
- [ ] I have commented my code, particularly in hard-to-understand areas
26+
- [ ] I have made corresponding changes to the documentation
27+
- [ ] I have added sufficient tests to cover my changes.
28+
- [ ] I have verified that changes that would impact the JSON schema have been made in `schema/model.py`.

0 commit comments

Comments
 (0)