Skip to content

Commit 24a84e9

Browse files
chore: update github issue templates (#1085) (#911)
1 parent b8367cc commit 24a84e9

File tree

5 files changed

+19
-3
lines changed

5 files changed

+19
-3
lines changed

.github/.OwlBot.lock.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
docker:
22
image: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest
3-
digest: sha256:3563b6b264989c4f5aa31a3682e4df36c95756cfef275d3201508947cbfc511e
3+
digest: sha256:2d850512335d7adca3a4b08e02f8e63192978aea88c042dacb3e382aa996ae7c

.github/ISSUE_TEMPLATE/bug_report.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Bug report
33
about: Create a report to help us improve
4-
4+
labels: 'type: bug, priority: p2'
55
---
66

77
Thanks for stopping by to let us know something could be better!

.github/ISSUE_TEMPLATE/config.yml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
contact_links:
2+
- name: Google Cloud Support
3+
url: https://cloud.google.com/support/
4+
about: If you have a support contract with Google, please use the Google Cloud Support portal.

.github/ISSUE_TEMPLATE/feature_request.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Feature request
33
about: Suggest an idea for this library
4-
4+
labels: 'type: feature request, priority: p3'
55
---
66

77
Thanks for stopping by to let us know something could be better!

.github/ISSUE_TEMPLATE/question.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
name: Question
3+
about: Ask a question
4+
labels: 'type: question, priority: p3'
5+
---
6+
7+
Thanks for stopping by to ask us a question! Please make sure to include:
8+
- What you're trying to do
9+
- What code you've already tried
10+
- Any error messages you're getting
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.

0 commit comments

Comments
 (0)