Skip to content

Commit

Permalink
fix: compress templates to fit in textarea
Browse files Browse the repository at this point in the history
Signed-off-by: Henri Menke <[email protected]>
  • Loading branch information
hmenke committed Apr 25, 2022
1 parent 1198c89 commit 3e559fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
4 changes: 0 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,9 @@ body:
placeholder: |
```latex
\documentclass{article}
% Any preamble code goes here
\begin{document}
% Demonstration of issue here
\end{document}
```
validations:
Expand Down
6 changes: 1 addition & 5 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,8 @@ body:
placeholder: |
```latex
\documentclass{article}
% Any preamble code goes here
\begin{document}
% Demonstration of issue here
% Demonstration of feature here
\end{document}
```

0 comments on commit 3e559fd

Please sign in to comment.