Skip to content

Commit

Permalink
Give GitHub syntax highlighting a clue [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwright committed Dec 8, 2017
1 parent 3983f8b commit 39af5be
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Expand Up @@ -6,7 +6,7 @@

## Your minimal example showing the bug

```
```latex
\RequirePackage{latexbug} % <--should be always the first line (see CONTRIBUTING)!
\documentclass{article}
Expand Down
8 changes: 5 additions & 3 deletions CONTRIBUTING.md
Expand Up @@ -17,9 +17,11 @@ exhibits the issue. The [`latexbug`](https://github.com/latex3/latexbug)
package should be loaded at the very top of any such test file used to
report a bug in LaTeX as follows:

\RequirePackage{latexbug} % <- first line
\documentclass{article} % or some other class
... % code showing the problem
```latex
\RequirePackage{latexbug} % <- first line
\documentclass{article} % or some other class
... % code showing the problem
```

If the `latexbug` package is not part of your distribution you can
download it
Expand Down

0 comments on commit 39af5be

Please sign in to comment.