imgui/.github/issue_template.md

13 lines
495 B
Markdown
Raw Normal View History

2018-04-04 13:48:49 -05:00
You may use the Issue Tracker to ask for help and submit bug reports, feature requests or suggestions.
PLEASE CAREFULLY READ THIS DOCUMENT before doing so:
[CONTRIBUTING.md](https://github.com/ocornut/imgui/blob/master/.github/CONTRIBUTING.md).
2018-02-12 15:07:05 -06:00
You can include code snippets using `Begin()` for short in-line snippets, or:
2018-02-21 06:12:13 -06:00
```cpp
ImGui::Begin("Hello");
ImGui::ThisIsMoreCode();
```
For multiline snippets.
(Clear this form before submitting your issue. Please read the CONTRIBUTING.md file!)