mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 19:28:39 +00:00
* Add issue templates Fixes #1468 * Apply suggestions from code review * Update bug_report.md * Update feature_request.md * Update rendering-bug-report.md * Update bug_report.md * Update bug_report.md * Update rendering-bug-report.md * Update bug_report.md * Update rendering-bug-report.md * Apply suggestions from code review * Update feature_request.md * Apply suggestions from code review
40 lines
1.3 KiB
Markdown
40 lines
1.3 KiB
Markdown
---
|
|
name: Bug report
|
|
about: Report functionality that isn't working as it should (other than just poor rendering)
|
|
title: ''
|
|
labels: bug
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
> Before reporting a bug
|
|
- [ ] Check [common issues](https://katex.org/docs/issues.html).
|
|
- [ ] Check the bug is reproducible in [the demo](https://katex.org). If not, check KaTeX is up-to-date and installed correctly.
|
|
- [ ] Search for [existing issues](https://github.com/KaTeX/KaTeX/issues).
|
|
|
|
**Describe the bug:**
|
|
A clear and concise description of what the bug is. If your installation is available on the web or you can provide a minimal repo or CodePen that reproduces the bug, please add the link to it.
|
|
|
|
**To Reproduce:**
|
|
Steps to reproduce the behavior:
|
|
1. Go to '...'
|
|
2. Click on '....'
|
|
3. Scroll down to '....'
|
|
4. See error
|
|
|
|
**Expected behavior:**
|
|
A clear and concise description of what you expected to happen.
|
|
|
|
**Screenshots:**
|
|
If applicable, add screenshots to help explain your problem.
|
|
|
|
**Environment (please complete the following information):**
|
|
- KaTeX Version: [Can be checked via `katex.version`]
|
|
- Device: [e.g. Desktop, iPhone 8]
|
|
- OS: [e.g. Windows 10, iOS 11]
|
|
- Browser: [e.g. Chrome, Safari]
|
|
- Version: [e.g. 72]
|
|
|
|
**Additional context:**
|
|
Add any other context about the problem here. If you're using a library to use KaTeX, please include its name and setup.
|