diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 4a8d8e9f..00000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,79 +0,0 @@ ---- -name: Bug Report -about: Report a bug -title: "" -labels: -assignees: '' - ---- -` is a comment and should be removed. -* Remove the sections which are not applicable to 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 about yourself, and how you are using Hello ImGui (which project, how long you have been using it, etc.). - -Note: -- The author is French, so remember that saying "Hello" or "Bonjour" is a good way to get him more willing to help you! ;-) -- Please check existing [open issues](../issues) and [discussions](../discussions) for similar reports before submitting a new one. - ---> - - -### Describe the bug - - - -**Minimal reproducible example** - - -For C++: -```cpp -// Your code here... (a compilable example, including the main function) -``` - -For Python: -```python -# Your code here... (a runnable example) -``` - -**To Reproduce** - - -**Additional context** - - -### Environment and configuration -**Version**: -- Version of Hello ImGui: Version number or commit hash and/or date - -**Platform**: -- OS: [e.g., Windows 10, Linux, Mac, iOS, Android, emscripten] -- Python or C++: [e.g., Python 3.10, C++ 17] - diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md deleted file mode 100644 index 7baa0889..00000000 --- a/.github/ISSUE_TEMPLATE/custom.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -name: Custom Issue -about: Report an issue that doesn't fit into other categories -title: "" -labels: '' -assignees: '' - ---- - - -` is a comment and should be removed. -* Remove the sections which are not applicable to 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 about yourself, and how you are using Dear ImGui Bundle (which project, how long you have been using it, etc.). - -Note: The author is French, so remember that saying "Hello" or "Bonjour" is a good way to get him more willing to help you! ;-) - ---> - - diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index d111c703..00000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -name: Feature Request -about: Suggest a new feature or improvement -title: "" -labels: enhancement -assignees: '' - ---- - - -` is a comment and should be removed. -* Remove the sections which are not applicable to 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 about yourself, and how you are using Dear ImGui Bundle (which project, how long you have been using it, etc.). - -Note: The author is French, so remember that saying "Hello" or "Bonjour" is a good way to get him more willing to help you! ;-) - ---> - - diff --git a/.github/ISSUE_TEMPLATE/issue.md b/.github/ISSUE_TEMPLATE/issue.md new file mode 100644 index 00000000..3fa58d4e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue.md @@ -0,0 +1,58 @@ +--- +name: Issue +about: Report an issue +title: "" +labels: +assignees: '' + +--- +`) once you have read them. + +-->