Commit 32278ed
authored
Add subscript to issue templates (#13193)
#### Description
As part of open-telemetry/sig-end-user#11,
this adds a subscript paragraph to all issue templates to help end-users
and other community members interact with issues.
This change is accompanied by the changes in the maintainer guide
proposed in open-telemetry/community#2778, and
the changes to the website in
open-telemetry/opentelemetry.io#7088 giving
users more information about issue participation
The major caveat of this PR is the necessity of using the `dropdown`
element in issue forms. As covered in this [feedback discussion
topic](https://github.com/orgs/community/discussions/63402#discussioncomment-10341167),
it is not possible to create `markdown` elements that render on the
resulting issue body. As such, the only possibilities are a checkbox, a
dropdown, or some form of pre-filled input text that would be even more
confusing.
Working version can be seen in
danielgblanco/opentelemetry-collector-contrib#6
with the issue form being rendered as
https://github.com/danielgblanco/opentelemetry-collector-contrib/issues/new?template=bug_report.yaml1 parent c650ec9 commit 32278ed
File tree
5 files changed
+25
-1
lines changed- .github/ISSUE_TEMPLATE
5 files changed
+25
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
| 63 | + | |
0 commit comments