From 65202e8871ff4d0ab3cf57d3c67be72df15133ef Mon Sep 17 00:00:00 2001 From: keertk Date: Wed, 20 Sep 2023 17:12:48 -0700 Subject: [PATCH] Create pull_request_template.md --- .github/pull_request_template.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..b09e28c --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,17 @@ +## Description of the change + + +## Motivation + + +## Type of change +Choose one: (Bug fix | Feature request | Documentation | Other) + +## Checklist + +- [ ] I have performed a self-review of my code. +- [ ] I have added detailed comments to my code where applicable. +- [ ] I have verified that my change does not break existing code. +- [ ] My PR is based on the latest changes of the main branch (if unsure, please run `git pull --rebase upstream main`). +- [ ] I am familiar with the [Google Style Guide](https://google.github.io/styleguide/) for the language I have coded in. +- [ ] I have read through the [Contributing Guide](https://github.com/google/generative-ai-swift/blob/main/docs/CONTRIBUTING.md) and signed the [Contributor License Agreement](https://cla.developers.google.com/about).