You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GH Issue to provide feedback on this row, make the link provide an issue template
You can easily create standard Issue Templates which give you a standard preformatted issue layout, with whatever content you want. But this is hard-coded and not dynamic. We want dynamic, ideally - an issue template with the right lines of code selected. (In the interim I've set up a basic Issue Template)
How to create a dynamic issue with the right lines of code selected:
start with the base URL to create an issue: https://github.com/{{orgname}]/{{reponame}}/issues/new?permalink=
+ permalink (needs to be URLencoded); our example looks like this: https%3A%2F%2Fgithub.com%2Fopenhealthcare%2Fopal-modelli-ng-tool%2Fblob%2F6785c3e5b00aa62bb5f1edcc703b4a890f916a49%2Fapp%2Fschema%2Fexamination-of-tooth.json
You can easily create standard Issue Templates which give you a standard preformatted issue layout, with whatever content you want. But this is hard-coded and not dynamic. We want dynamic, ideally - an issue template with the right lines of code selected. (In the interim I've set up a basic Issue Template)
How to create a dynamic issue with the right lines of code selected:
start with the base URL to create an issue:
https://github.com/{{orgname}]/{{reponame}}/issues/new?permalink=
+ permalink (needs to be URLencoded); our example looks like this:
https%3A%2F%2Fgithub.com%2Fopenhealthcare%2Fopal-modelli-ng-tool%2Fblob%2F6785c3e5b00aa62bb5f1edcc703b4a890f916a49%2Fapp%2Fschema%2Fexamination-of-tooth.json
+
%23
(=#
when URLencoded)%23
+ the line number selection:
L11-L13
The whole thing:
https://github.com/openhealthcare/opal-modelli-ng-tool/issues/new?permalink=https%3A%2F%2Fgithub.com%2Fopenhealthcare%2Fopal-modelli-ng-tool%2Fblob%2F6785c3e5b00aa62bb5f1edcc703b4a890f916a49%2Fapp%2Fschema%2Fexamination-of-tooth.json%23L11-L13
The resulting issue template:
The text was updated successfully, but these errors were encountered: