mirror of
https://github.com/ocornut/imgui.git
synced 2026-09-27 00:13:29 +03:00
Docs: misc additions.
This commit is contained in:
parent
d3c5ff395c
commit
760dff3244
3 changed files with 12 additions and 9 deletions
1
.github/ISSUE_TEMPLATE/issue_template.yml
vendored
1
.github/ISSUE_TEMPLATE/issue_template.yml
vendored
|
|
@ -14,6 +14,7 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
**Prerequisites:**
|
**Prerequisites:**
|
||||||
|
- I am not using a LLM to think or write for me. Please distill information to what's necessary and meaningful.
|
||||||
- I have read [Frequently Asked Questions](https://github.com/ocornut/imgui/blob/master/docs/FAQ.md).
|
- I have read [Frequently Asked Questions](https://github.com/ocornut/imgui/blob/master/docs/FAQ.md).
|
||||||
- I have read [Contributing Guidelines -> General Advices](https://github.com/ocornut/imgui/blob/master/docs/CONTRIBUTING.md#getting-started--general-advice).
|
- I have read [Contributing Guidelines -> General Advices](https://github.com/ocornut/imgui/blob/master/docs/CONTRIBUTING.md#getting-started--general-advice).
|
||||||
- I have read [Contributing Guidelines -> How to open an Issue](https://github.com/ocornut/imgui/blob/master/docs/CONTRIBUTING.md#how-to-open-an-issue).
|
- I have read [Contributing Guidelines -> How to open an Issue](https://github.com/ocornut/imgui/blob/master/docs/CONTRIBUTING.md#how-to-open-an-issue).
|
||||||
|
|
|
||||||
2
.github/pull_request_template.md
vendored
2
.github/pull_request_template.md
vendored
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
3. Consider running the [imgui_test_suite](https://github.com/ocornut/imgui_test_engine) or adding new tests to test for expected behaviors.
|
3. Consider running the [imgui_test_suite](https://github.com/ocornut/imgui_test_engine) or adding new tests to test for expected behaviors.
|
||||||
|
|
||||||
4. PLEASE DO NOT SUBMIT AI SLOP OR AUTOMATED REPORTS. Submissions that are lacking proper human review/judgement before being passed to us are not welcome.
|
4. PLEASE DO NOT SUBMIT AI SLOP OR AUTOMATED AI REPORTS. Submissions that are lacking proper human review/judgement before being passed to us are not welcome. Do not let a LLM AI write most of the text for you.
|
||||||
|
|
||||||
5. Clear this template before submitting your PR.
|
5. Clear this template before submitting your PR.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
## Index
|
## Index
|
||||||
|
|
||||||
- [Getting Started & General Advice](#getting-started--general-advice)
|
- [Getting Started & General Advice](#getting-started--general-advice)
|
||||||
- [Issues vs Discussions](#issues-vs-discussions)
|
- [Using "Issues" for almost everything!](using-issues-for-almost-everything)
|
||||||
- [How to open an Issue](#how-to-open-an-issue)
|
- [How to open an Issue](#how-to-open-an-issue)
|
||||||
- [How to open a Pull Request](#how-to-open-a-pull-request)
|
- [How to open a Pull Request](#how-to-open-a-pull-request)
|
||||||
- [Copyright / Contributor License Agreement](#copyright--contributor-license-agreement)
|
- [Copyright / Contributor License Agreement](#copyright--contributor-license-agreement)
|
||||||
|
|
@ -23,18 +23,20 @@
|
||||||
- If you get a crash or assert, use a debugger to locate the line triggering it and read the comments around.
|
- If you get a crash or assert, use a debugger to locate the line triggering it and read the comments around.
|
||||||
- Please don't be a [Help Vampire](https://slash7.com/2006/12/22/vampires/).
|
- Please don't be a [Help Vampire](https://slash7.com/2006/12/22/vampires/).
|
||||||
|
|
||||||
## 'Issues' vs 'Discussions'
|
## Using "Issues" for almost everything!
|
||||||
|
|
||||||
We are happy to use 'Issues' for many type of open-ended questions. We are encouraging 'Issues' becoming an enormous, centralized and cross-referenced database of Dear ImGui contents.
|
We are happy to use 'Issues' for many type of open-ended questions.
|
||||||
|
We are encouraging 'Issues' becoming an enormous, centralized and cross-referenced database of Dear ImGui contents.
|
||||||
|
|
||||||
Only if you:
|
- Need help using the API? Open an Issue!
|
||||||
|
- Want to suggest a feature? Open an Issue!
|
||||||
|
- etc.
|
||||||
|
|
||||||
|
ONLY IN THOSE CASE you can use the [Discussions forums](https://github.com/ocornut/imgui/discussions)
|
||||||
- Cannot BUILD or LINK examples.
|
- Cannot BUILD or LINK examples.
|
||||||
- Cannot BUILD, or LINK, or RUN Dear ImGui in your application or custom engine.
|
- Cannot BUILD, or LINK, or RUN Dear ImGui in your application or custom engine.
|
||||||
- Cannot LOAD a font.
|
|
||||||
|
|
||||||
Then please [use the Discussions forums](https://github.com/ocornut/imgui/discussions) instead of opening an issue.
|
If Dear ImGui is successfully showing in your app and you have used Dear ImGui before, you can open an Issue. Any form of discussions is welcome as a new Issue.
|
||||||
|
|
||||||
If Dear ImGui is successfully showing in your app and you have used Dear ImGui before, you can open an Issue. Any form of discussions is welcome as a new issue.
|
|
||||||
|
|
||||||
## How to open an issue
|
## How to open an issue
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue