Skip to content

Commit 6bb721b

Browse files
google-genai-botyongkiy-google
authored andcommitted
docs: add pull request template
PiperOrigin-RevId: 869797377
1 parent 5a2abbf commit 6bb721b

1 file changed

Lines changed: 54 additions & 0 deletions

File tree

.github/pull_request_template.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
**Please ensure you have read the [contribution guide](./CONTRIBUTING.md) before creating a pull request.**
2+
3+
### Link to Issue or Description of Change
4+
5+
**1. Link to an existing issue (if applicable):**
6+
7+
- Closes: #_issue_number_
8+
- Related: #_issue_number_
9+
10+
**2. Or, if no issue exists, describe the change:**
11+
12+
_If applicable, please follow the issue templates to provide as much detail as
13+
possible._
14+
15+
**Problem:**
16+
_A clear and concise description of what the problem is._
17+
18+
**Solution:**
19+
_A clear and concise description of what you want to happen and why you choose
20+
this solution._
21+
22+
### Testing Plan
23+
24+
_Please describe the tests that you ran to verify your changes. This is required
25+
for all PRs that are not small documentation or typo fixes._
26+
27+
**Unit Tests:**
28+
29+
- [ ] I have added or updated unit tests for my change.
30+
- [ ] All unit tests pass locally.
31+
32+
_Please include a summary of passed java test results._
33+
34+
**Manual End-to-End (E2E) Tests:**
35+
36+
_Please provide instructions on how to manually test your changes, including any
37+
necessary setup or configuration. Please provide logs or screenshots to help
38+
reviewers better understand the fix._
39+
40+
### Checklist
41+
42+
- [ ] I have read the [CONTRIBUTING.md](./CONTRIBUTING.md) document.
43+
- [ ] My pull request contains a single commit.
44+
- [ ] I have performed a self-review of my own code.
45+
- [ ] I have commented my code, particularly in hard-to-understand areas.
46+
- [ ] I have added tests that prove my fix is effective or that my feature works.
47+
- [ ] New and existing unit tests pass locally with my changes.
48+
- [ ] I have manually tested my changes end-to-end.
49+
- [ ] Any dependent changes have been merged and published in downstream modules.
50+
51+
### Additional context
52+
53+
_Add any other context or screenshots about the feature request here._
54+

0 commit comments

Comments
 (0)