Skip to content

Commit 4720882

Browse files
authored
[Internal] Add link to troubleshooting guide to the issue template (#4663)
## Changes <!-- Summary of your changes that are easy to understand --> Also, added a link to Databricks community site NO_CHANGELOG=true ## Tests <!-- How is this tested? Please see the checklist below and also describe any other relevant tests --> - [ ] `make test` run locally - [ ] relevant change in `docs/` folder - [ ] covered with integration tests in `internal/acceptance` - [ ] using Go SDK - [ ] using TF Plugin Framework
1 parent 27ad78d commit 4720882

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/ISSUE_TEMPLATE/provider-issue.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,13 @@ title: "[ISSUE] Issue with `databricks_XXX` resource"
77
<!--
88
Hi there,
99
10-
Thank you for opening an issue. Please note that we try to keep the Databricks Provider issue tracker reserved for bug reports and feature requests. For general usage questions, please see: <https://www.terraform.io/community.html>.
10+
Please make sure that you checked Troubleshooting Guide first:
11+
https://registry.terraform.io/providers/databricks/databricks/latest/docs/guides/troubleshooting
12+
13+
Thank you for opening an issue.
14+
Please note that we try to keep the Databricks Provider issue tracker reserved for bug reports and feature requests.
15+
For general Terraform usage questions, please see: <https://www.terraform.io/community.html>.
16+
Questions about Databricks Provider please post on https://community.databricks.com
1117
-->
1218

1319
### Configuration

0 commit comments

Comments
 (0)