You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
about: Please let us know which issues you are having.
4
+
title: ''
5
+
labels: 'priority: p2, triage me, type: bug'
6
+
assignees: ''
7
+
8
+
---
9
+
10
+
Thanks for stopping by to let us know something could be better!
11
+
12
+
**PLEASE READ**: If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.com/support/) instead of filing on GitHub. This will ensure a timely response.
13
+
14
+
**The issue you're having must be related to a file in this repository.** We are unable to provide assistance for issues unrelated to samples in this repository.
15
+
16
+
Please include as much information as possible:
17
+
18
+
## In which file did you encounter the issue?
19
+
20
+
## Did you change the file? If so, how?
21
+
22
+
## Describe the issue
23
+
24
+
Making sure to follow these steps will guarantee the quickest resolution possible.
Thanks for stopping by to let us know something could be better!
11
+
12
+
**PLEASE READ**: If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.com/support/) instead of filing on GitHub. This will ensure a timely response.
13
+
14
+
**The issue you're having must be related to a file in this repository.** We are unable to provide assistance for issues unrelated to samples in this repository.
15
+
16
+
Please include as much information as possible:
17
+
18
+
## Is your feature request related to a problem? Please describe.
19
+
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
20
+
21
+
## Describe the solution you'd like.
22
+
<!-- A clear and concise description of what you want to happen. -->
23
+
24
+
## Describe alternatives you've considered.
25
+
<!-- A clear and concise description of any alternative solutions or features you've considered. -->
26
+
27
+
## Additional context.
28
+
<!-- Add any other context or screenshots about the feature request here. -->
29
+
30
+
Making sure to follow these steps will guarantee the quickest resolution possible.
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,12 @@
2
2
3
3
Fixes #<ISSUE-NUMBER>
4
4
5
-
Note: It's a good idea to open an issue first for discussion.
5
+
Note: Before submitting a pull request, please open an issue for discussion if you are not associated with Google.
6
6
7
7
## Checklist
8
8
-[ ] I have followed [Sample Guidelines from AUTHORING_GUIDE.MD](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/main/AUTHORING_GUIDE.md)
9
9
-[ ] README is updated to include [all relevant information](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/main/AUTHORING_GUIDE.md#readme-file)
10
-
-[ ]**Tests** pass: `nox -s py-3.6` (see [Test Environment Setup](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/main/AUTHORING_GUIDE.md#test-environment-setup))
10
+
-[ ]**Tests** pass: `nox -s py-3.9` (see [Test Environment Setup](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/main/AUTHORING_GUIDE.md#test-environment-setup))
11
11
-[ ]**Lint** pass: `nox -s lint` (see [Test Environment Setup](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/main/AUTHORING_GUIDE.md#test-environment-setup))
12
12
-[ ] These samples need a new **API enabled** in testing projects to pass (let us know which ones)
13
13
-[ ] These samples need a new/updated **env vars** in testing projects set to pass (let us know which ones)
0 commit comments