You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[testing and quality assurance](#testing-and-quality-assurance)
16
-
*[writing documentation](#writing-documentation)
17
-
*[translation](#translation)
14
+
*[testing and quality assurance](#testing-and-quality-assurance)
15
+
*[writing documentation](#writing-documentation)
16
+
*[translation](#translation)
18
17
*[Conduct](#conduct)
19
18
20
19
@@ -33,7 +32,7 @@ requests](#submitting-pull-requests), but please respect the following restricti
33
32
problem or requested your idea.
34
33
35
34
* Please **do not** use the issue tracker for personal support
36
-
requests (use [the MathJax User Group](https://groups.google.com/forum/#!forum/mathjax-users).
35
+
requests (use [the MathJax User Group](https://groups.google.com/forum/#!forum/mathjax-users)).
37
36
38
37
* Please **be civil**. Keep the discussion on topic and respect the
39
38
opinions of others. See also our [Conduct Guidelines](#conduct)
@@ -48,21 +47,19 @@ Guidelines for bug reports:
48
47
1.**Use the GitHub issue search**— check if the issue has already been
49
48
reported.
50
49
51
-
2.**Check if the issue has been fixed**—try to reproduce it
52
-
using the latest `develop`or look for [closed issues in the
53
-
current milestone](https://github.com/MathJax/MathJax/issues?&page=1&state=closed).
50
+
2.**Check if the issue has been fixed**—look for [closed issues in the
51
+
current milestone](https://github.com/MathJax/MathJax/issues?&page=1&state=closed)or try to reproduce it
52
+
using the latest `develop` branch. Please note that we only pack MathJax for releases, so on the `develop` branch you have to use `/unpacked/MathJax.js` etc. to test.
54
53
55
-
3.**Isolate the problem**— ideally create a [reduced test
56
-
case](http://css-tricks.com/6263-reduced-test-cases/) and a live example.
54
+
3.**Share a live sample of the problem**— without a live page it is usually impossible to debug problems; see also the Bug Report Template below.
57
55
58
-
4.**Include a screencast if relevant** - Is your issue about a design
59
-
or front end feature or bug? The most helpful thing in the world is
60
-
if we can *see* what you're talking about. Use
61
-
[LICEcap](http://www.cockos.com/licecap/) to quickly and easily
62
-
record a short screencast (24fps) and save it as an animated gif!
63
-
Embed it directly into your GitHub issue. Kapow.
56
+
4.**Isolate the problem**— a live sample is a starting point but if you want to speed things up create a [reduced test
57
+
case](http://css-tricks.com/6263-reduced-test-cases/). Be specific about your setup (browser, OS versions etc). Use services like [jsbin](http://jsbin.com), [CodePen](http://codepen.io), [JSfiddle](http://jsfiddle.com) to make collaboration on minimal test cases easier for everyone. Use the unpacked copy of MathJax (`[...]/unpacked/MathJax.js` etc.) for better debugging.
64
58
65
-
5. Use the Bug Report template below or [click this
59
+
5.**Include a screenshot/cast as a last resort**— Is your issue about a layout
60
+
or design feature / bug but hard to reproduce or isolate? Then please provide a screenshot or screencast. Tools like [LICEcap](http://www.cockos.com/licecap/) or [SauceLabs](http://www.saucelabs.com) allow you to quickly and easily record a screencasts. Make it an animated gif, embed it directly into your GitHub issue -- kapow!
61
+
62
+
6. Use the Bug Report template below or [click this
0 commit comments