Skip to content

Commit 4588f8a

Browse files
dandhleevchudnov-g
andauthored
chore: Update templates (GoogleCloudPlatform#8103)
* chore: Update issue templates * chore: delete old issue template * chore: update PR template * chore: Update .github/PULL_REQUEST_TEMPLATE.md Co-authored-by: Victor Chudnovsky <vchudnov@google.com> Co-authored-by: Victor Chudnovsky <vchudnov@google.com>
1 parent a9977ba commit 4588f8a

File tree

4 files changed

+60
-14
lines changed

4 files changed

+60
-14
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
name: Bug report
3+
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.
25+
26+
Thanks!
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
name: Feature request
3+
about: Let us know how we can make things better.
4+
title: ''
5+
labels: 'priority: p3, triage me, type: feature request'
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+
## 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.
31+
32+
Thanks!

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
Fixes #<ISSUE-NUMBER>
44

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.
66

77
## Checklist
88
- [ ] I have followed [Sample Guidelines from AUTHORING_GUIDE.MD](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/main/AUTHORING_GUIDE.md)
99
- [ ] 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))
1111
- [ ] **Lint** pass: `nox -s lint` (see [Test Environment Setup](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/main/AUTHORING_GUIDE.md#test-environment-setup))
1212
- [ ] These samples need a new **API enabled** in testing projects to pass (let us know which ones)
1313
- [ ] These samples need a new/updated **env vars** in testing projects set to pass (let us know which ones)

ISSUE_TEMPLATE.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)