Skip to content

Commit 1f9f011

Browse files
authored
Create pull_request_template.md (#66)
1 parent 96d18b5 commit 1f9f011

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/pull_request_template.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
## Description of the change
2+
<!--- Describe your changes in detail. -->
3+
4+
## Motivation
5+
<!--- Why is this change required? What problem does it solve? Please include the corresponding issue number/link if applicable. -->
6+
7+
## Type of change
8+
Choose one: (Bug fix | Feature request | Documentation | Other)
9+
10+
## Checklist
11+
<!--- Please make sure all checkboxes are ticked before submitting this PR for review. -->
12+
- [ ] I have performed a self-review of my code.
13+
- [ ] I have added detailed comments to my code where applicable.
14+
- [ ] I have verified that my change does not break existing code.
15+
- [ ] My PR is based on the latest changes of the main branch (if unsure, please run `git pull --rebase upstream main`).
16+
- [ ] I am familiar with the [Google Style Guide](https://google.github.io/styleguide/) for the language I have coded in.
17+
- [ ] I have read through the [Contributing Guide](https://github.com/google/generative-ai-python/blob/main/CONTRIBUTING.md) and signed the [Contributor License Agreement](https://cla.developers.google.com/about).

0 commit comments

Comments
 (0)