Skip to content

Commit

Permalink
Clean-up multi-line strings in YAML issue templates
Browse files Browse the repository at this point in the history
* If we don't want any newlines in the result, it's better to use `>`
* If we want newlines (e.g. for markdown) then we should ensure the
  string **only** contains the newlines we want, because GitHub (unlike
  other markdown renderers) preserves single newlines in the output,
  leading to ugly newlines dictated by the source.

Also remove a markdown-style link that isn't renderered as markdown.

PiperOrigin-RevId: 590309749
(cherry picked from commit e3bb79f)
  • Loading branch information
icbaker committed Dec 13, 2023
1 parent 5420b8a commit 5d4b706
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
name: This project is deprecated
description: |
Please file your issue in the
[Media3 issue tracker](https://github.com/androidx/media/issues/new?template=bug.yml)
description: >
Please file your issue in the Media3 issue tracker:
https://github.com/androidx/media/issues/new?template=bug.yml
labels: ["won't fix: infeasible"]
body:
- type: markdown
attributes:
value: |
**This project is deprecated. Please do not file new issues in this repository. They will be
closed with no response.**
**This project is deprecated. Please do not file new issues in this repository. They will be closed with no response.**
All new bugs should be filed in the
[Media3 issue tracker](https://github.com/androidx/media/issues/new?template=bug.yml).
All new bugs should be filed in the [Media3 issue tracker](https://github.com/androidx/media/issues/new?template=bug.yml).
We will continue to update and reply to existing issues in this repository
and will keep existing feature requests active.
We will continue to update and reply to existing issues in this repository, and will keep existing feature requests active.
- type: checkboxes
attributes:
label: This project is deprecated
Expand Down

0 comments on commit 5d4b706

Please sign in to comment.