Skip to content

Commit 66bdcc0

Browse files
chore: clean up PR description template (googleapis#1388)
## Description Removed redundant partitions. ## PR Checklist > Thank you for opening a Pull Request! Before submitting your PR, there are a > few things you can do to make sure it goes smoothly: - [x] Make sure you reviewed [CONTRIBUTING.md](https://github.com/googleapis/genai-toolbox/blob/main/CONTRIBUTING.md) - [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/genai-toolbox/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) - [ ] Make sure to add `!` if this involve a breaking change 🛠️ Fixes #<issue_number_goes_here> --------- Co-authored-by: Wenxin Du <117315983+duwenxin99@users.noreply.github.com>
1 parent f4cf486 commit 66bdcc0

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
## Description
22

3-
---
43
> Should include a concise description of the changes (bug or feature), it's
54
> impact, along with a summary of the solution
65
76
## PR Checklist
87

9-
---
108
> Thank you for opening a Pull Request! Before submitting your PR, there are a
119
> few things you can do to make sure it goes smoothly:
1210
1311
- [ ] Make sure you reviewed
1412
[CONTRIBUTING.md](https://github.com/googleapis/genai-toolbox/blob/main/CONTRIBUTING.md)
1513
- [ ] Make sure to open an issue as a
1614
[bug/issue](https://github.com/googleapis/genai-toolbox/issues/new/choose)
17-
before writing your code! That way we can discuss the change, evaluate
15+
before writing your code! That way we can discuss the change, evaluate
1816
designs, and agree on the general idea
1917
- [ ] Ensure the tests and linter pass
2018
- [ ] Code coverage does not decrease (if any source code was changed)

0 commit comments

Comments
 (0)