Add subscript to issue templates #13193
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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, it is not possible to createmarkdown
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.yaml