Skip to content

Commit

Permalink
Update issue template to reference playground shareable links
Browse files Browse the repository at this point in the history
  • Loading branch information
alecthomas committed Jan 14, 2023
1 parent 5ca7345 commit 4aaf294
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Expand Up @@ -15,7 +15,9 @@ Do *NOT* just paste a link to other issues on GitHub.

**To Reproduce**

1. Provide copyable *text* (not an image) that reproduces the issue.
2. Provide a `chroma` command-line invocation to reproduce the issue with the above input text. eg. for Hugo the (rough) equivalent would be `chroma -s monokailight --html --html-lines --html-lines-table --html-inline-styles <source>`
Either:

1. Reproduce your issue in the [Chroma Playground](https://swapoff.org/chroma/playground/), then click the _copy_ icon to copy a shareable link for your issue. Consider using `[markdown links](URL)` to minimise the visual noise of the links.
2. Provide input text and a command-line invocation of `chroma` that reproduces your problem. eg. For Hugo this might be something like `chroma -s monokailight --html --html-lines --html-lines-table --html-inline-styles <source>`

Do *NOT* provide configuration for another tool (eg. Hugo). My time is limited and if you want me to fix your issue, help me help you.

0 comments on commit 4aaf294

Please sign in to comment.