Skip to content

Commit b521191

Browse files
authored
Create PULL_REQUEST_TEMPLATE.md (#4066)
1 parent f17b81a commit b521191

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## Description
2+
3+
Fixes #<ISSUE-NUMBER>
4+
5+
Note: It's a good idea to open an issue first for discussion.
6+
7+
## Checklist
8+
- [ ] I have followed [Sample Guidelines from AUTHORING_GUIDE.MD](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/AUTHORING_GUIDE.md)
9+
- [ ] README is updated to include [all relevant information](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/AUTHORING_GUIDE.md#readme-file)
10+
- [ ] **Tests** pass: `nox -s py-3.6` (see [Test Enviroment Setup](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/AUTHORING_GUIDE.md#test-environment-setup))
11+
- [ ] **Lint** pass: `nox -s lint` (see [Test Enviroment Setup](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/AUTHORING_GUIDE.md#test-environment-setup))
12+
- [ ] These samples need a new **API enabled** in testing projects to pass (let us know which ones)
13+
- [ ] These samples need a new/updated **env vars** in testing projects set to pass (let us know which ones)
14+
- [ ] Please **merge** this PR for me once it is approved.

0 commit comments

Comments
 (0)