You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/provider-issue.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,13 @@ title: "[ISSUE] Issue with `databricks_XXX` resource"
7
7
<!--
8
8
Hi there,
9
9
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:
0 commit comments