Skip to content

Commit 6b36477

Browse files
authored
repo: mandatory issue templates (AIDM-427) #3003
- makes using issue templates mandatory - adds a security document - standardizes the issue creation experience across all tracers
1 parent 2be9b71 commit 6b36477

File tree

4 files changed

+27
-9
lines changed

4 files changed

+27
-9
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: Bug report
2-
description: Create a report to help us improve
1+
name: "Bug Report (Public)"
2+
description: "Create a public Bug Report. Note that looking up account information will be difficult."
33
title: "[Bug]: "
44
labels: ["\U0001F41B bug"]
55
body:

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
blank_issues_enabled: true
1+
blank_issues_enabled: false
22
contact_links:
3-
- name: Check the docs
4-
url: https://docs.datadoghq.com/tracing/trace_collection/dd_libraries/php/
5-
about: In case you need help with setup and configuration you might find help in the offical documentation
3+
- name: Bug Report (Helpdesk)
4+
url: https://help.datadoghq.com/hc/en-us/requests/new?tf_1260824651490=pt_product_type:apm&tf_1900004146284=pt_apm_language:php
5+
about: Create a private Bug Report via the helpdesk (no login required). This will allow us to look up your account and allows you to provide additional information in private.
6+
- name: Feature Request (Helpdesk)
7+
url: https://help.datadoghq.com/hc/en-us/requests/new?tf_1260824651490=pt_product_type:apm&tf_1900004146284=pt_apm_language:php&tf_1260825272270=pt_apm_category_feature_request
8+
about: Create a private Feature Request via the helpdesk (no login required). This helps with prioritization and allows you to provide additional information in private.

.github/ISSUE_TEMPLATE/feature_request.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
name: Feature request
2-
description: Suggest an idea
1+
name: Feature Request (Public)
2+
description: Create a public Feature Request. Note that looking up account information will be difficult.
33
title: "[Feature] "
4-
labels: ["feature-request"]
4+
labels: feature-request
55
body:
66
- type: textarea
77
attributes:

SECURITY.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Security Policy
2+
3+
This document outlines the security policy for the Datadog PHP client library (aka PHP tracer) and what to do if you discover a security vulnerability in the project.
4+
Most notably, please do not share the details in a public forum (such as in a discussion, issue, or pull request) but instead reach out to us with the details.
5+
This gives us an opportunity to release a fix for others to benefit from by the time details are made public.
6+
7+
## Supported Versions
8+
9+
We accept vulnerability submissions for the [currently maintained release](https://github.com/DataDog/dd-trace-php/releases).
10+
11+
## Reporting a Vulnerability
12+
13+
If you discover a vulnerability in the Datadog PHP client library (or any Datadog product for that matter) please submit details to the following email address:
14+
15+

0 commit comments

Comments
 (0)