From fbbe58b59a5eea071fd90c99717d8df5175e4185 Mon Sep 17 00:00:00 2001 From: Eno Compton Date: Tue, 20 Feb 2024 14:00:44 -0700 Subject: [PATCH] chore: remove support contract reference from template (#254) --- .github/ISSUE_TEMPLATE/bug_report.yaml | 10 ++++------ .github/ISSUE_TEMPLATE/feature_request.yaml | 8 +++----- .github/ISSUE_TEMPLATE/question.yaml | 8 +++----- 3 files changed, 10 insertions(+), 16 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 2449665..515b578 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -20,14 +20,12 @@ body: - type: markdown attributes: value: | - Thanks for stopping by to let us know something could be better!
- ### PLEASE READ PRIOR TO CREATING BUG - If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.com/support/) instead of filing it here on GitHub. This will ensure a timely response. - + Thanks for stopping by to let us know something could be better! + Please run down the following list and make sure you've tried the usual "quick fixes": - Search the [current open issues](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues) - Check for answers on [StackOverflow](https://stackoverflow.com/questions/tagged/google-alloydb) (under the 'google-alloydb' tag) - + If you are still having issues, please include as much information as possible below! :smile: - type: textarea id: bug-description @@ -68,7 +66,7 @@ body: value: | 1. OS type and version: 2. Python version: - 3. AlloyDB Python Connector version: + 3. AlloyDB Python Connector version: validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index fe48208..a6c6848 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -20,13 +20,11 @@ body: - type: markdown attributes: value: | - Thanks for stopping by to let us know something could be better!
- ### PLEASE READ PRIOR TO CREATING FEATURE REQUEST - If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.com/support/) instead of filing it here on GitHub. This will ensure a timely response. - + Thanks for stopping by to let us know something could be better! + Please run down the following list before proceeding with your feature request: - Search the [current open issues](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues) to prevent creating a duplicate. - + Please include as much information as possible below! :smile: - type: textarea id: feature-description diff --git a/.github/ISSUE_TEMPLATE/question.yaml b/.github/ISSUE_TEMPLATE/question.yaml index aa0c9a5..4f096f4 100644 --- a/.github/ISSUE_TEMPLATE/question.yaml +++ b/.github/ISSUE_TEMPLATE/question.yaml @@ -20,14 +20,12 @@ body: - type: markdown attributes: value: | - Thanks for stopping by to let us know something could be better!
- ### PLEASE READ PRIOR TO CREATING QUESTION - If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.com/support/) instead of filing it here on GitHub. This will ensure a timely response. - + Thanks for stopping by to let us know something could be better! + Please run down the following list and make sure you've tried the usual "quick fixes": - Search the [current open issues](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues) for a similar question - Check for answers on [StackOverflow](https://stackoverflow.com/questions/tagged/google-alloydb) (under the 'google-alloydb' tag) - + If you still have a question, please include as much information as possible below! :smile: - type: textarea id: question