mirror of
https://github.com/Drezil/imgui.git
synced 2025-07-16 01:33:14 +02:00
Updated templates, added pull request template.
This commit is contained in:
9
.github/issue_template.md
vendored
9
.github/issue_template.md
vendored
@ -1,7 +1,12 @@
|
||||
(Please carefully read guidelines in [CONTRIBUTING.md](https://github.com/ocornut/imgui/blob/master/.github/CONTRIBUTING.md) then delete this line)
|
||||
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).
|
||||
|
||||
You can include code this way:
|
||||
You can include code snippets using `Begin()` for short in-line snippets, or:
|
||||
```cpp
|
||||
ImGui::Begin("Hello");
|
||||
ImGui::ThisIsMoreCode();
|
||||
```
|
||||
For multiline snippets.
|
||||
|
||||
(Clear this form before submitting your issue)
|
||||
|
Reference in New Issue
Block a user