Skip to content

Commit 3db4919

Browse files
authored
[repo] Change Markdown issue templates to YAML (#5595)
1 parent 4215968 commit 3db4919

File tree

4 files changed

+55
-38
lines changed

4 files changed

+55
-38
lines changed

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 29 deletions
This file was deleted.
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
name: Feature request
2+
description: Suggest an idea for this project
3+
labels: ["enhancement"]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Thanks for taking the time to fill out this feature request! Please make sure to fill out the entire form below, providing as much context as you can in order to help us triage and track down your request as quickly as possible.
9+
10+
Before opening a feature request, consider whether the feature should/could be implemented in the [other OpenTelemetry client libraries](https://github.com/open-telemetry/). If so, please [open an issue on opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification/issues/new) first.
11+
12+
- type: textarea
13+
attributes:
14+
label: Is your feature request related to a problem?
15+
description: If so, provide a concise description of the problem.
16+
17+
- type: textarea
18+
attributes:
19+
label: What is the expected behavior?
20+
description: Describe the solution you would like.
21+
validations:
22+
required: true
23+
24+
- type: textarea
25+
attributes:
26+
label: Which alternative solutions or features have you considered?
27+
description: Describe alternatives you've considered.
28+
validations:
29+
required: true
30+
31+
- type: textarea
32+
attributes:
33+
label: Additional context
34+
description: Any additional information you think may be relevant to this feature request.

.github/ISSUE_TEMPLATE/question.md

Lines changed: 0 additions & 9 deletions
This file was deleted.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Question
2+
description: Ask a question to help us improve our knowledge base and documentation
3+
labels: ["question"]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
> [!NOTE]
9+
> Please ask questions using [GitHub Discussions](https://github.com/open-telemetry/opentelemetry-dotnet/discussions/new) instead of GitHub Issues.
10+
11+
- type: textarea
12+
attributes:
13+
label: What is the question?
14+
description: Describe the question you have.
15+
validations:
16+
required: true
17+
18+
- type: textarea
19+
attributes:
20+
label: Additional context
21+
description: Any additional information you think may be relevant to this question.

0 commit comments

Comments
 (0)