Commit 5d4b7066 by ibaker Committed by Ian Baker

Clean-up multi-line strings in YAML issue templates

* 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 e3bb79fe7a2cdd72bd24318ed182b2d8cf5dafb9)
parent 5420b8a4
Showing with 6 additions and 9 deletions
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment