Skip to content

Commit 643bfa2

Browse files
authored
Improve form with direct link to Datadog support (#3006)
1 parent b261992 commit 643bfa2

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/ISSUE_TEMPLATE/ISSUE_FORM.yml renamed to .github/ISSUE_TEMPLATE/01-bug-report.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ body:
88
Hi there,
99
Thank you for opening an issue. Please note that we try to keep the issue tracker reserved for bug reports and feature requests.
1010
For general usage questions, please see: https://www.terraform.io/community.html.
11+
If you're a paying customer, you can open a ticket at [Datadog Support](https://help.datadoghq.com/hc/en-us/requests/new?_gl=1*rmfzc4*_gcl_au*OTc0MzI0MjMyLjE3NDM2Nzc1MjQ.*_ga*MjI2ODYyNDMxLjE3NDY0NDMyNjU.*_ga_KN80RDFSQK*czE3NDcxMjUxMjgkbzIkZzAkdDE3NDcxMjUxMjgkajAkbDAkaDE3NDY0ODczNDk.*_fplc*dXIzUEdsS2htcE1kY0ZGZGtIYSUyQlFFVjJJRmFWaTFVYzlZUUtoSmoxMW5NNFlXbWppdzZORUhVcHJQdDFXZ2k5bHFrNEJneWV1bW1YRVNBdno5dVZFaERoZDclMkZRbUY4R0FVNm1hSUJ6UzZoUWJuOEJJY0lNZUo4WWpIdEh6dyUzRCUzRA..).
1112
- type: input
1213
id: terraform-version
1314
attributes:

.github/ISSUE_TEMPLATE/FR_FORM.yml renamed to .github/ISSUE_TEMPLATE/02-feature-request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ body:
77
value: |
88
Hi there,
99
Thank you for opening an feature request. To expedite the process, we suggest submitting a ticket at `https://help.datadoghq.com/` as well.
10+
If you're a paying customer, you can open a ticket at [Datadog Support](https://help.datadoghq.com/hc/en-us/requests/new?_gl=1*rmfzc4*_gcl_au*OTc0MzI0MjMyLjE3NDM2Nzc1MjQ.*_ga*MjI2ODYyNDMxLjE3NDY0NDMyNjU.*_ga_KN80RDFSQK*czE3NDcxMjUxMjgkbzIkZzAkdDE3NDcxMjUxMjgkajAkbDAkaDE3NDY0ODczNDk.*_fplc*dXIzUEdsS2htcE1kY0ZGZGtIYSUyQlFFVjJJRmFWaTFVYzlZUUtoSmoxMW5NNFlXbWppdzZORUhVcHJQdDFXZ2k5bHFrNEJneWV1bW1YRVNBdno5dVZFaERoZDclMkZRbUY4R0FVNm1hSUJ6UzZoUWJuOEJJY0lNZUo4WWpIdEh6dyUzRCUzRA..).
1011
- type: textarea
1112
id: affected-resources
1213
attributes:

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
blank_issues_enabled: true
22
contact_links:
3+
- name: Datadog Support
4+
url: https://help.datadoghq.com/hc/en-us/requests/new?_gl=1*rmfzc4*_gcl_au*OTc0MzI0MjMyLjE3NDM2Nzc1MjQ.*_ga*MjI2ODYyNDMxLjE3NDY0NDMyNjU.*_ga_KN80RDFSQK*czE3NDcxMjUxMjgkbzIkZzAkdDE3NDcxMjUxMjgkajAkbDAkaDE3NDY0ODczNDk.*_fplc*dXIzUEdsS2htcE1kY0ZGZGtIYSUyQlFFVjJJRmFWaTFVYzlZUUtoSmoxMW5NNFlXbWppdzZORUhVcHJQdDFXZ2k5bHFrNEJneWV1bW1YRVNBdno5dVZFaERoZDclMkZRbUY4R0FVNm1hSUJ6UzZoUWJuOEJJY0lNZUo4WWpIdEh6dyUzRCUzRA..
5+
about: Submit a ticket here for urgent issues, questions, and feature requests for the Datadog product and/or its API.
36
- name: Datadog Documentation
47
url: https://docs.datadoghq.com/
5-
about: For questions about usage of Datadog products, check here.
6-
- name: Datadog Support
7-
url: https://help.datadoghq.com/
8-
about: Submit a ticket here for issues, questions, and feature requests for the Datadog product and/or its API.
8+
about: For questions about usage of Datadog products, check here.

0 commit comments

Comments
 (0)