Skip to content

Commit 27a4595

Browse files
author
Mateusz Rzeszutek
authored
Update issue templates, add needs triage label (#9306)
1 parent 4855eee commit 27a4595

File tree

5 files changed

+84
-50
lines changed

5 files changed

+84
-50
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 31 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
name: Bug report
2+
description: Create a report to help us improve
3+
labels: ["bug", "needs triage"]
4+
body:
5+
- type: textarea
6+
attributes:
7+
label: Describe the bug
8+
description: A clear and concise description of what the bug is.
9+
validations:
10+
required: true
11+
- type: textarea
12+
attributes:
13+
label: Steps to reproduce
14+
description: A recipe for reproducing the error. If possible, provide a link to a repository containing an executable repro scenario.
15+
validations:
16+
required: true
17+
- type: textarea
18+
attributes:
19+
label: Expected behavior
20+
description: A clear and concise description of what you expected to see.
21+
validations:
22+
required: true
23+
- type: textarea
24+
attributes:
25+
label: Actual behavior
26+
description: A clear and concise description of what you saw instead.
27+
validations:
28+
required: true
29+
- type: input
30+
attributes:
31+
label: Javaagent or library instrumentation version
32+
description: (e.g., `v0.9.0`, `393e4a2`, etc)
33+
validations:
34+
required: true
35+
- type: textarea
36+
attributes:
37+
label: Environment
38+
description: |
39+
Runtime environment information, including the runtime JDK distribution, OS, used library versions, javaagent configuration, etc.
40+
Example:
41+
> JDK: Temurin 17.0.7
42+
> OS: Ubuntu 20.04
43+
> Spring Boot 2.7.15, Hibernate 5.0.0, ...
44+
value: |
45+
**JDK**:
46+
**OS**:
47+
- type: textarea
48+
attributes:
49+
label: Additional context
50+
description: Add any other context about the problem here.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
contact_links:
2+
- name: GitHib Discussions
3+
url: https://github.com/open-telemetry/opentelemetry-java-instrumentation/discussions/new/choose
4+
about: Please ask questions here.
5+
- name: StackOverflow
6+
url: https://stackoverflow.com/questions/ask?tags=open-telemetry+java
7+
about: Or on StackOverflow.
8+
- name: Slack
9+
url: https://cloud-native.slack.com/archives/C014L2KCTE3
10+
about: Or the `#otel-java` channel in the CNCF Slack instance.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 19 deletions
This file was deleted.
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: Feature request
2+
description: Suggest an idea for this project
3+
labels: ["enhancement", "needs triage"]
4+
body:
5+
- type: textarea
6+
attributes:
7+
label: Is your feature request related to a problem? Please describe.
8+
description: A clear and concise description of what the problem is.
9+
validations:
10+
required: true
11+
- type: textarea
12+
attributes:
13+
label: Describe the solution you'd like
14+
description: A clear and concise description of what you want to happen.
15+
validations:
16+
required: true
17+
- type: textarea
18+
attributes:
19+
label: Describe alternatives you've considered
20+
description: A clear and concise description of any alternative solutions or features you've considered.
21+
- type: textarea
22+
attributes:
23+
label: Additional context
24+
description: Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)