Skip to content

Commit 63302b8

Browse files
authored
update and convert issue templates to forms (#8448)
Signed-off-by: svrnm <[email protected]>
1 parent c7f8b59 commit 63302b8

File tree

6 files changed

+134
-68
lines changed

6 files changed

+134
-68
lines changed

.github/ISSUE_TEMPLATE/DOCS_UPDATE.md

Lines changed: 0 additions & 22 deletions
This file was deleted.
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
name: Documentation Issue
2+
description: You've found an issue with the documentation.
3+
title: '[Docs]: '
4+
type: bug
5+
6+
body:
7+
- type: textarea
8+
id: change_description
9+
attributes:
10+
label: What needs to be changed?
11+
description: Describe the update that is required.
12+
placeholder: Briefly explain the change you’re proposing.
13+
validations:
14+
required: true
15+
16+
- type: input
17+
id: page_path
18+
attributes:
19+
label: Name + path of the page
20+
description: The relative path and page title where you found a problem.
21+
placeholder:
22+
'e.g., content/en/docs/concepts/what-is-otel.md — "What is
23+
OpenTelemetry?"'
24+
validations:
25+
required: true
26+
27+
- type: textarea
28+
id: additional_context
29+
attributes:
30+
label: Additional context
31+
description: Anything else that would be helpful.
32+
placeholder: Links, screenshots, related issues/PRs, etc.
33+
validations:
34+
required: false
35+
36+
- type: markdown
37+
attributes:
38+
value: |
39+
<sub>[React](https://github.blog/news-insights/product-news/add-reactions-to-pull-requests-issues-and-comments/)
40+
with 👍 to help prioritize this issue. Please use comments to provide
41+
useful context, avoiding `+1` or `me too`, to help us triage it. Learn
42+
more
43+
[here](https://opentelemetry.io/community/end-user/issue-participation/).</sub>

.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md

Lines changed: 0 additions & 19 deletions
This file was deleted.
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
name: Website Feature Request
2+
description: For things we should add or change on the site.
3+
title: '[Feature]: '
4+
type: feature
5+
body:
6+
- type: textarea
7+
id: desired_feature
8+
attributes:
9+
label: Desired feature or idea
10+
description: What would you like to see happen?
11+
placeholder: Briefly describe the feature or change.
12+
validations:
13+
required: true
14+
15+
- type: textarea
16+
id: additional_context
17+
attributes:
18+
label: Additional context
19+
description: Anything else that would be helpful.
20+
placeholder: Links, screenshots, related issues/PRs, etc.
21+
validations:
22+
required: false
23+
24+
- type: markdown
25+
attributes:
26+
value: |
27+
<sub>[React](https://github.blog/news-insights/product-news/add-reactions-to-pull-requests-issues-and-comments/)
28+
with 👍 to help prioritize this issue. Please use comments to provide
29+
useful context, avoiding `+1` or `me too`, to help us triage it. Learn
30+
more
31+
[here](https://opentelemetry.io/community/end-user/issue-participation/).</sub>

.github/ISSUE_TEMPLATE/ISSUE_REPORT.md

Lines changed: 0 additions & 27 deletions
This file was deleted.
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
name: Website Issue/Bug
2+
description: For reporting a problem with the opentelemetry.io site.
3+
title: '[Bug]: '
4+
type: bug
5+
body:
6+
- type: textarea
7+
id: what_happened
8+
attributes:
9+
label: What happened?
10+
description: Describe the problem that occurred.
11+
placeholder: Describe the problem that occurred.
12+
validations:
13+
required: true
14+
15+
- type: textarea
16+
id: expected_result
17+
attributes:
18+
label: What did you expect would happen?
19+
description: Describe the expected result/output.
20+
placeholder: Describe the expected result/output.
21+
validations:
22+
required: true
23+
24+
- type: input
25+
id: page_path
26+
attributes:
27+
label: Name + path of the page
28+
description: The relative path and page title where you found a problem.
29+
placeholder:
30+
'e.g., content/en/docs/concepts/what-is-otel.md — "What is
31+
OpenTelemetry?"'
32+
validations:
33+
required: true
34+
35+
- type: input
36+
id: environment
37+
attributes:
38+
label: Browser, OS, and platform
39+
description: Include the browser version if you know it as well.
40+
placeholder: 'e.g., Chrome 120 on macOS 14 (Apple Silicon)'
41+
validations:
42+
required: false
43+
44+
- type: textarea
45+
id: additional_context
46+
attributes:
47+
label: Additional context
48+
description: Anything else that would be helpful.
49+
placeholder: Links, screenshots, related issues/PRs, etc.
50+
validations:
51+
required: false
52+
53+
- type: markdown
54+
attributes:
55+
value: |
56+
<sub>[React](https://github.blog/news-insights/product-news/add-reactions-to-pull-requests-issues-and-comments/)
57+
with 👍 to help prioritize this issue. Please use comments to provide
58+
useful context, avoiding `+1` or `me too`, to help us triage it. Learn
59+
more
60+
[here](https://opentelemetry.io/community/end-user/issue-participation/).</sub>

0 commit comments

Comments
 (0)