You can buy this project and download/modify it how often you want.
Navigation Patterns @if (message) { {{ message }} } Pattern Given the pattern (?<project>[a-zA-Z0-9_-]+)#(?<id>[0-9]+), when you will write "fake#42" in a scenario title Link Then the template https://github.com/chutney-testing/$<project>/issues/$<id> will become a real link to https://github.com/chutney-testing/fake/issues/42 Add Pattern Link @for (linkifier of linkifiers; track linkifier.id; let i = $index) { {{ linkifier.pattern }} {{ linkifier.link }} }