Skip to content

Commit

Permalink
Add configuration information to bug template
Browse files Browse the repository at this point in the history
Ask for configuration and loading information in the technical details, and add a message asking that they actually fill out the form, not erase it and use a free-form answer.
  • Loading branch information
dpvc committed Jun 2, 2022
1 parent 559183b commit 77f42d6
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.md
Expand Up @@ -7,6 +7,10 @@ assignees: ''

---

**Replace the text below with the details of the issue you are facing.
DO NOT simply erase the form and type a free-form response.**
-----

### Issue Summary

A summary of the issue and the browser/OS environment in which it occurs. If
Expand All @@ -24,9 +28,23 @@ do you expect to happen instead?

### Technical details:

* MathJax Version: 2.3 (latest commit: f3aaf3a2a3e964df2770dc4aaaa9c87ce5f47e2c)
* Client OS: Mac OS X 10.8.4
* Browser: Chrome 29.0.1547.57
* MathJax Version: 3.2
* Client OS: (e.g., Mac OS X 10.8.4)
* Browser: (e.g., Chrome 29.0.1547.57)

I am using the following MathJax configuration:

``` js
MathJax = {
...
};
```

and loading MathJax via

``` html
<script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
```

### Supporting information:

Expand Down

0 comments on commit 77f42d6

Please sign in to comment.