From 688c0864ccbc3dd3b8ecaa40c63d99b0fac8416d Mon Sep 17 00:00:00 2001 From: DPE bot Date: Sat, 20 Oct 2018 12:37:37 -0700 Subject: [PATCH] chore: update new issue template (#1398) --- .github/bug_report.md | 33 +++++++++++++++++++++++++++++++++ .github/feature_request.md | 18 ++++++++++++++++++ .github/support_request.md | 7 +++++++ 3 files changed, 58 insertions(+) create mode 100644 .github/bug_report.md create mode 100644 .github/feature_request.md create mode 100644 .github/support_request.md diff --git a/.github/bug_report.md b/.github/bug_report.md new file mode 100644 index 00000000000..5a1308937d4 --- /dev/null +++ b/.github/bug_report.md @@ -0,0 +1,33 @@ +--- +name: Bug report +about: Create a report to help us improve + +--- + +Thanks for stopping by to let us know something could be better! + +**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. + +Please run down the following list and make sure you've tried the usual "quick fixes": + + - Search the issues already opened: https://github.com/google/google-api-nodejs-client/issues + - Search the issues on our "catch-all" repository: https://github.com/googleapis/google-cloud-node + - Search StackOverflow: http://stackoverflow.com/questions/tagged/google-cloud-platform+node.js + +If you are still having issues, please be sure to include as much information as possible: + +#### Environment details + + - OS: + - Node.js version: + - npm version: + - `googleapis` version: + +#### Steps to reproduce + + 1. ? + 2. ? + +Making sure to follow these steps will guarantee the quickest resolution possible. + +Thanks! diff --git a/.github/feature_request.md b/.github/feature_request.md new file mode 100644 index 00000000000..6365857f33c --- /dev/null +++ b/.github/feature_request.md @@ -0,0 +1,18 @@ +--- +name: Feature request +about: Suggest an idea for this library + +--- + +Thanks for stopping by to let us know something could be better! + +**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. + + **Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + **Describe the solution you'd like** +A clear and concise description of what you want to happen. + **Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + **Additional context** +Add any other context or screenshots about the feature request here. diff --git a/.github/support_request.md b/.github/support_request.md new file mode 100644 index 00000000000..99586903212 --- /dev/null +++ b/.github/support_request.md @@ -0,0 +1,7 @@ +--- +name: Support request +about: If you have a support contract with Google, please create an issue in the Google Cloud Support console. + +--- + +**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.