bgfx/.github/ISSUE_TEMPLATE/bug_report.md

55 lines
1.4 KiB
Markdown
Raw Normal View History

2020-09-02 01:32:16 +03:00
---
2022-08-04 17:12:18 +03:00
name: Bug report (FOR BUGS ONLY! DO NOT SUBMIT QUESTIONS HERE!)
2020-09-02 01:32:16 +03:00
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
---
<!---
###########################################################################
**BEWARE!**
If you completely disregard this guidance, and submit random question as issue
(bug report), the issue will be deleted. If you submit the same issue after
deletion, you'll be blocked.
2020-12-16 06:11:54 +03:00
**IMPORTANT: READ FIRST!**
2020-09-02 01:32:16 +03:00
2020-12-09 06:09:55 +03:00
Issue tracker is **ONLY** used for reporting bugs.
2020-12-16 06:11:54 +03:00
If you have any questions please **do not** open issue, rather:
2020-12-09 00:42:22 +03:00
- If you have quick question, ask on Discord: https://discord.gg/9eMbv7J
2020-12-16 06:11:54 +03:00
- Ask in discussions: https://github.com/bkaradzic/bgfx/discussions
2020-12-09 00:42:22 +03:00
- Search documentation: https://bkaradzic.github.io/bgfx/
2020-09-02 01:32:16 +03:00
2020-12-09 06:09:55 +03:00
New features should be discussed on:
- GitHub Discussions https://github.com/bkaradzic/bgfx/discussions
- Discord Chat https://discord.gg/9eMbv7J
2020-09-02 01:32:16 +03:00
###########################################################################
-->
**Describe the bug**
A clear and concise description of what the bug is.
**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.
**Additional context**
2020-09-02 01:35:16 +03:00
Add any other context about the problem here. OS, drivers, etc.