Skip to content

Commit

Permalink
Fix and improve link to new issue after parsing error
Browse files Browse the repository at this point in the history
The template parameter was incorrectly set.
The labels parameter was missing (label -> labels).
The title parameter has been added.
  • Loading branch information
pgiraud committed Aug 23, 2024
1 parent 0b5682a commit 567db40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Plan.vue
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ function updateNodeSize(node: Node, size: [number, number]) {
PEV2 <i>version {{ version }}</i>
</span>
<a
href="https://github.com/dalibo/pev2/issues/new?template=template=parsing_error.md&label=parsing"
href="https://github.com/dalibo/pev2/issues/new?template=parsing_error.md&labels=parsing&title=Failed+to+parse+plan"
target="_blank"
class="btn btn-primary ms-auto"
>Open an issue on Github</a
Expand Down

0 comments on commit 567db40

Please sign in to comment.