Skip to content

Commit 0df6817

Browse files
committed
repo: mandatory issue templates
1 parent 03478c8 commit 0df6817

File tree

4 files changed

+125
-8
lines changed

4 files changed

+125
-8
lines changed
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
name: "Bug Report (Low Priority)"
2+
description: "Create a public Bug Report. Note that these may not be addressed as it depeonds on capacity and that looking up account information will be difficult."
3+
title: ""
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.44.0"
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: dropdown
23+
attributes:
24+
label: JVM Vendor
25+
description: "Which JVM vendor does your application use"
26+
options:
27+
- Oracle JDK
28+
- Alibaba Dragonwell
29+
- Amazon Corretto
30+
- Azul Zing / Zulu
31+
- BellSoft Liberica JDK
32+
- Eclipse Adoptium / Temurin
33+
- Eclipse OpenJ9
34+
- IBM SDK / Semeru
35+
- Oracle GraalVM
36+
- RedHat JDK
37+
- SapMachine
38+
- Other (please specify in comments)
39+
validations:
40+
required: true
41+
42+
- type: textarea
43+
attributes:
44+
label: Bug Report
45+
description: Please add a clear and concise description of the bug here
46+
validations:
47+
required: true
48+
49+
- type: textarea
50+
attributes:
51+
label: Expected Behavior
52+
description: What is the expected behavior
53+
validations:
54+
required: true
55+
56+
- type: textarea
57+
attributes:
58+
label: Reproduction Code
59+
description: Please add code here to help us reproduce the problem
60+
validations:
61+
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.
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.
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 it depeonds on capacity and that looking up account information will be difficult.
3+
title: ""
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: "spring-boot"
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: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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+
## Reporting a Vulnerability
8+
9+
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:
10+
11+

0 commit comments

Comments
 (0)