diff options
| author | Oskari Timperi <oskari.timperi@iki.fi> | 2020-02-08 20:53:23 +0200 |
|---|---|---|
| committer | Oskari Timperi <oskari.timperi@iki.fi> | 2020-02-08 20:53:23 +0200 |
| commit | 835024e0e58999b3bdbdad2837fe53bec7e71f37 (patch) | |
| tree | f42a194318b00155aba46c4969cc234377df703b /{{cookiecutter.project_name}}/src/external/imgui/.github/issue_template.md | |
| download | raylib-imgui-template-835024e0e58999b3bdbdad2837fe53bec7e71f37.tar.gz raylib-imgui-template-835024e0e58999b3bdbdad2837fe53bec7e71f37.zip | |
Initial commit
Diffstat (limited to '{{cookiecutter.project_name}}/src/external/imgui/.github/issue_template.md')
| -rw-r--r-- | {{cookiecutter.project_name}}/src/external/imgui/.github/issue_template.md | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/{{cookiecutter.project_name}}/src/external/imgui/.github/issue_template.md b/{{cookiecutter.project_name}}/src/external/imgui/.github/issue_template.md new file mode 100644 index 0000000..e2c30e0 --- /dev/null +++ b/{{cookiecutter.project_name}}/src/external/imgui/.github/issue_template.md @@ -0,0 +1,46 @@ +(Click "Preview" to turn any http URL into a clickable link) + +1. PLEASE CAREFULLY READ: [FAQ](https://github.com/ocornut/imgui/blob/master/docs/FAQ.md) + +2. PLEASE CAREFULLY READ: https://github.com/ocornut/imgui/issues/2261 + +2. FOR FIRST-TIME USERS ISSUES COMPILING/LINKING/RUNNING/LOADING FONTS, please use the [Discord server](http://discord.dearimgui.org). + +3. PLEASE MAKE SURE that you have: read the FAQ; explored the contents of `ShowDemoWindow()` including the Examples menu; searched among Issues; used your IDE to search for keywords in all sources and text files; and read the link provided in (1) (2). + +4. Be mindful that messages are being sent to the e-mail box of "Watching" users. Try to proof-read your messages before sending them. Edits are not seen by those users. + +5. Delete points 1-6 and PLEASE FILL THE TEMPLATE BELOW before submitting your issue. + +Thank you! + +---- + +_(you may also go to Demo>About Window, and click "Config/Build Information" to obtain a bunch of detailed information that you can paste here)_ + +**Version/Branch of Dear ImGui:** + +Version: XXX +Branch: XXX _(master/viewport/docking/etc.)_ + +**Back-end/Renderer/Compiler/OS** + +Back-ends: imgui_impl_XXX.cpp + imgui_impl_XXX.cpp _(or specify if using a custom engine/back-end)_ +Compiler: XXX _(if the question is related to building or platform specific features)_ +Operating System: XXX + +**My Issue/Question:** + +XXX _(please provide as much context as possible)_ + +**Screenshots/Video** + +XXX _(you can drag files here)_ + +**Standalone, minimal, complete and verifiable example:** _(see https://github.com/ocornut/imgui/issues/2261)_ +``` +// Please do not forget this! +ImGui::Begin("Example Bug"); +MoreCodeToExplainMyIssue(); +ImGui::End(); +``` |
