Issue form preview in local (such as on Visual Studio Code) #7039
Replies: 3 comments 3 replies
-
|
Yes that would be great. It seems like the only option is the YAML Preview extension that tries to put everything in a table (not great). The YAML extension form RED hat and the prettier extension seems to be also great for the syntax. |
Beta Was this translation helpful? Give feedback.
-
|
I'm also interested in local preview of GitHub issue forms. The only workaround that allows to preview the issue form before it is committed to the main branch of repository is this, not local though:
I posted some screenshots to the Make issue forms available on private repositories thread. |
Beta Was this translation helpful? Give feedback.
-
|
I built this, which may be of interest here when I had a similar issue; https://marketplace.visualstudio.com/items?itemName=ReesPozzi.github-issue-template-preview&ssr=false#overview I can now render the GitHub issue template in VS Code |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I prefer a workflow with a local editor, and the migration from Markdown issue templates to YAML issue forms was also done in local Visual Studio Code. I was a little disappointed that I couldn't preview the YAML files until I committed, pushed, and opened the YAML files in a branch on GitHub. The integration between Visual Studio Code and GitHub is quite good, so it would be very helpful to be able to preview and check locally.
I am very happy that Visual Studio Code correctly recognized this special file and auto-completed the input appropriately. However, when adding a new component to the body, the word is sometimes not recognized. In that case, deleting the text and retrying inputting worked. I will report this just in case.
Finally, I am very happy that you are providing Issue forms. I've seen a lot of Markdown issue templates (with HTML comments, etc.) and thought it would be nice to have a better way, so I really like this form. I hope it will be available in the GHEC internal repositories soon.
Beta Was this translation helpful? Give feedback.
All reactions