Skip to content

Commit bafbf4f

Browse files
authored
[IDP-638] Updating check_only to have specific readme and changelog (DataDog#21109)
* updating check_only to have specific readme and changelog * adding changelog to datadog_checks_dev
1 parent 9a0817c commit bafbf4f

4 files changed

Lines changed: 19 additions & 1 deletion

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Updating check_only to not have support_type = 'partner'

datadog_checks_dev/datadog_checks/dev/tooling/create.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def construct_template_fields(integration_name, repo_choice, integration_type, *
100100
install_info = third_party_install_info
101101
# Static fields
102102
license_header = ''
103-
support_type = 'partner'
103+
support_type = ''
104104
integration_links = ''
105105
if repo_choice == 'core':
106106
check_name = normalized_integration_name
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# CHANGELOG - {integration_name}
2+
3+
## 1.0.0 / YYYY-MM-DD
4+
5+
***Added:***
6+
* Initial Release
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# {integration_name}
2+
3+
## Overview
4+
This check monitors [integration name] through the Datadog Agent.
5+
To learn more, visit https://docs.datadoghq.com/integrations/{integration_name}/
6+
7+
## Setup
8+
Visit our documentation to learn more.
9+
10+
## Support
11+
Need help? Contact Datadog support.

0 commit comments

Comments
 (0)