imgui/.github/issue_template.md

13 lines
492 B
Markdown
Raw Normal View History

You may use the Issue tracker to ask for help, 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 21:07:05 +00:00
You can include code snippets using `Begin()` for short in-line snippets, or:
2018-02-21 12:12:13 +00:00
```cpp
ImGui::Begin("Hello");
ImGui::ThisIsMoreCode();
```
For multiline snippets.
(Clear this form before submitting your issue. Please read the CONTRIBUTING.md file!)