-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
58 additions
and
140 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
--- | ||
name: Issue | ||
about: Report an issue | ||
title: "" | ||
labels: | ||
assignees: '' | ||
|
||
--- | ||
<!-- | ||
INSTRUCTIONS | ||
============ | ||
Please read these instructions before submitting your issue. | ||
If this is the first time you interact on this project, welcome to the community! | ||
In this case, please give a bit of information on how you are using Hello ImGui (in which project, how long you have been using it, etc.). | ||
Please check existing [open issues](../issues) and [discussions](../discussions) for similar reports before submitting a new one. | ||
Describe the issue | ||
------------------ | ||
Provide a clear and concise description of what the issue is. Include logs or code snippets if necessary. Also, please make sure that your issue's title reflects this concise description. | ||
Version & Platform | ||
------------------ | ||
Mention | ||
- the version of Hello ImGui you are using (e.g., a version number or commit hash and/or date). | ||
- the platform you are using (e.g., Windows 10, Linux, Mac, iOS, Android, emscripten). | ||
- the language you are using: Python or C++: [e.g., Python 3.8, C++ 17] | ||
If relevant, also include: | ||
- Compiler (if applicable): [e.g., GCC 10.2, MSVC 2019] | ||
- platform backend, e.g., SDL2, GLFW | ||
- rendering backend, e.g., OpenGL, Vulkan, DirectX, Metal | ||
Minimal reproducible example | ||
---------------------------- | ||
Please, please do try to provide a minimal reproducible example that reproduces the issue, either in C++ or Python. | ||
See: | ||
https://stackoverflow.com/help/minimal-reproducible-example | ||
For C++, use a code block like this: | ||
```cpp | ||
// Your code here... (a compilable example, including the main function) | ||
``` | ||
For Python, use a code block like this: | ||
```python | ||
# Your code here... (a runnable example) | ||
``` | ||
Remove these instructions (between `<! --` and `-->`) once you have read them. | ||
|
||
--> |