📝Markdown & HTML
GitHub Issue Template
Standardized format for bug reports and feature requests.
Explanation
Templates ensure that contributors provide all the necessary information to resolve issues quickly.
Examples
Bug Report
Output
**Describe the bug** **Steps to reproduce**...
Code Examples
Issue Template
### Describe the bug
A clear and concise description of what the bug is.
### Steps to reproduce
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.
### Environment
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]Try it Now
💡 Tips
- Be specific about the environment (OS, browser, version)
- Include screenshots or GIFs for visual bugs
- Provide a minimal reproduction if possible
⚠️ Common Pitfalls
- Incomplete reproduction steps make issues hard to fix