Allow setting uneditable Markdown in issue forms #7045
Unanswered
Josh-Cena
asked this question in
Projects and Issues
Replies: 3 comments
|
I'd like this as well to include checklists for certain types of issues automatically. |
0 replies
|
Here is another use case we have: we want to communicate to users that:
So we want to add a fixed paragraph at the top of every issue, e.g.:
Right now with issue form it doesn't look like it's possible unfortunately, is that correct? |
0 replies
|
Pulling together related requests for renderable Markdown:https://github.com/orgs/community/discussions/63402#discussioncomment-10341167 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Related to #4599, but that one's going in the wrong direction by assuming that
Markdownelements would be showing up in the submitted issue, which may cause this valid request go away unnoticed.I wish there's a way to set uneditable Markdown which does appear in the submitted issue. This could be as simple as allowing
contentEditable: falsein theattributesfield oftextAreaandinput. The most obvious use-case is allowing me to set a title for the issue template.All reactions