2018-03-12 14:20:39 +01:00
|
|
|
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 22:07:05 +01:00
|
|
|
|
2018-03-12 14:20:39 +01:00
|
|
|
You can include code snippets using `Begin()` for short in-line snippets, or:
|
2018-02-21 13:12:13 +01:00
|
|
|
```cpp
|
|
|
|
ImGui::Begin("Hello");
|
|
|
|
ImGui::ThisIsMoreCode();
|
|
|
|
```
|
2018-03-12 14:20:39 +01:00
|
|
|
For multiline snippets.
|
|
|
|
|
2018-03-13 11:47:57 +01:00
|
|
|
(Clear this form before submitting your issue. Please read the CONTRIBUTING.md file!)
|