Skip to content

Commit 4a073d2

Browse files
committed
repo: mandatory issue templates
1 parent 53cf809 commit 4a073d2

File tree

4 files changed

+102
-8
lines changed

4 files changed

+102
-8
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
name: "Bug Report (Low Priority)"
2+
description: "Create a public Bug Report. Note that these may not be addressed as quickly as the helpdesk and that looking up account information will be difficult."
3+
title: "[BUG]: "
4+
labels: "type: bug"
5+
body:
6+
- type: input
7+
attributes:
8+
label: Tracer Version(s)
9+
description: "Version(s) of the tracer affected by this bug"
10+
placeholder: "1.33.7"
11+
validations:
12+
required: true
13+
14+
- type: input
15+
attributes:
16+
label: Java Version(s)
17+
description: "Version(s) of Java (`java -version`) that you've encountered this bug with"
18+
placeholder: 21.0.4
19+
validations:
20+
required: true
21+
22+
- type: textarea
23+
attributes:
24+
label: Bug Report
25+
description: Please add a clear and concise description of the bug here
26+
validations:
27+
required: true
28+
29+
- type: textarea
30+
attributes:
31+
label: Reproduction Code
32+
description: Please add code here to help us reproduce the problem
33+
validations:
34+
required: false

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
blank_issues_enabled: true
1+
blank_issues_enabled: false
22
contact_links:
3-
- name: Bug Report
3+
- name: Bug Report (High Priority)
44
url: https://help.datadoghq.com/hc/en-us/requests/new?tf_1260824651490=pt_product_type:apm&tf_1900004146284=pt_apm_language:java
5-
about: This option creates an expedited 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
5+
about: Create an expedited 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. Please do not create a GitHub issue to report a bug.
6+
- name: Feature Request (High Priority)
77
url: https://help.datadoghq.com/hc/en-us/requests/new?tf_1260824651490=pt_product_type:apm&tf_1900004146284=pt_apm_language:java&tf_1260825272270=pt_apm_category_feature_request
8-
about: This option creates an expedited Feature Request via the helpdesk (no login required). This helps with prioritization and allows you to provide additional information in private.
8+
about: Create an expedited Feature Request via the helpdesk (no login required). This helps with prioritization and allows you to provide additional information in private. Please do not create a GitHub issue to request a feature.
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
name: Feature Request (Low Priority)
2+
description: Create a public Feature Request. Note that these may not be addressed as quickly as the helpdesk and that looking up account information will be difficult.
3+
title: "[FEATURE]: "
4+
labels: "type: feature request"
5+
body:
6+
- type: input
7+
attributes:
8+
label: Library Name
9+
description: "If your feature request is to add instrumentation support for a library please provide the name here"
10+
#placeholder: "TODO: Provide a sample Java library name"
11+
validations:
12+
required: false
13+
14+
- type: input
15+
attributes:
16+
label: Library Version(s)
17+
description: "If your feature request is to add instrumentation support for a library please provide the version you use"
18+
placeholder: 1.2
19+
validations:
20+
required: false
21+
22+
- type: textarea
23+
attributes:
24+
label: Describe the feature you'd like
25+
description: A clear and concise description of what you want to happen.
26+
validations:
27+
required: true
28+
29+
- type: textarea
30+
attributes:
31+
label: Is your feature request related to a problem?
32+
description: |
33+
Please add a clear and concise description of your problem.
34+
E.g. I'm unable to instrument my database queries...
35+
validations:
36+
required: false
37+
38+
- type: textarea
39+
attributes:
40+
label: Describe alternatives you've considered
41+
description: A clear and concise description of any alternative solutions or features you've considered
42+
validations:
43+
required: false
44+
45+
- type: textarea
46+
attributes:
47+
label: Additional context
48+
description: Add any other context or screenshots about the feature request here
49+
validations:
50+
required: false

SECURITY.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
1-
# Security
1+
# Security Policy
22

3-
## Security Vulnerabilities
3+
This document outlines the security policy for the Datadog Java client library (aka Java 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.
46

5-
If you have found a security issue, please contact the security team directly at [email protected].
7+
## Supported Versions
8+
9+
We accept vulnerability submissions for the [currently maintained release](https://github.com/DataDog/dd-trace-java/releases).
10+
11+
## Reporting a Vulnerability
12+
13+
If you discover a vulnerability in the Datadog Java client library (or any Datadog product for that matter) please submit details to the following email address:
14+
15+

0 commit comments

Comments
 (0)