Skip to content

Commit bb04427

Browse files
authored
chore: remove support contract reference from template (#1017)
1 parent c3f51a2 commit bb04427

File tree

3 files changed

+10
-16
lines changed

3 files changed

+10
-16
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

+4-6
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,12 @@ body:
2020
- type: markdown
2121
attributes:
2222
value: |
23-
Thanks for stopping by to let us know something could be better!<br/>
24-
### PLEASE READ PRIOR TO CREATING BUG
25-
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.
26-
23+
Thanks for stopping by to let us know something could be better!
24+
2725
Please run down the following list and make sure you've tried the usual "quick fixes":
2826
- Search the [current open issues](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues)
2927
- Check for answers on [StackOverflow](https://stackoverflow.com/questions/tagged/google-cloud-sql) (under the 'google-cloud-sql' tag)
30-
28+
3129
If you are still having issues, please include as much information as possible below! :smile:
3230
- type: textarea
3331
id: bug-description
@@ -68,7 +66,7 @@ body:
6866
value: |
6967
1. OS type and version:
7068
2. Python version:
71-
3. Cloud SQL Python Connector version:
69+
3. Cloud SQL Python Connector version:
7270
validations:
7371
required: true
7472
- type: textarea

.github/ISSUE_TEMPLATE/feature_request.yaml

+3-5
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,11 @@ body:
2020
- type: markdown
2121
attributes:
2222
value: |
23-
Thanks for stopping by to let us know something could be better!<br/>
24-
### PLEASE READ PRIOR TO CREATING FEATURE REQUEST
25-
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.
26-
23+
Thanks for stopping by to let us know something could be better!
24+
2725
Please run down the following list before proceeding with your feature request:
2826
- Search the [current open issues](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues) to prevent creating a duplicate.
29-
27+
3028
Please include as much information as possible below! :smile:
3129
- type: textarea
3230
id: feature-description

.github/ISSUE_TEMPLATE/question.yaml

+3-5
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,12 @@ body:
2020
- type: markdown
2121
attributes:
2222
value: |
23-
Thanks for stopping by to let us know something could be better!<br/>
24-
### PLEASE READ PRIOR TO CREATING QUESTION
25-
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.
26-
23+
Thanks for stopping by to let us know something could be better!
24+
2725
Please run down the following list and make sure you've tried the usual "quick fixes":
2826
- Search the [current open issues](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues) for a similar question
2927
- Check for answers on [StackOverflow](https://stackoverflow.com/questions/tagged/google-cloud-sql) (under the 'google-cloud-sql' tag)
30-
28+
3129
If you still have a question, please include as much information as possible below! :smile:
3230
- type: textarea
3331
id: question

0 commit comments

Comments
 (0)