sindresorhus/refined-github






The issue has been closed
Render issue/PR templates #3365
fregante posted onGitHub
EDIT: this has been partially implemented, but your help is needed to improve it as described in: https://github.com/sindresorhus/refined-github/pull/3504
You can pick up where I left off
Issue/PR templates are easy to dismiss and the links in it are not clickable.
What if we rendered them? (via GitHub’s "preview comment" feature)
<table><th>Before<th>After <tr><td valign=top> <img width="940" alt="" src="https://user-images.githubusercontent.com/1402241/87771615-e84b9e80-c820-11ea-931c-a30feea4c074.png"> <td><img width="925" alt="" src="https://user-images.githubusercontent.com/1402241/87771636-ec77bc00-c820-11ea-85df-b80f5ef1beda.png"> </table>
To keep in mind:
- this won't work for all templates (like https://github.com/babel/babel/issues/new/choose), but it may be worth trying
- it could be opt-in by each template, for example "Only if it starts with Instructions: or similar keywords"
- we might have to display the render under the field to avoid moving the field down
- we probably can't delete the field’s content because some templates have to be filled by the user