Updated Help Wanted (markdown)

omar 2026-06-25 15:23:42 +02:00
parent 8cdedb8f7a
commit 617127cc8b

@ -18,7 +18,7 @@ Currently looking for help with those things.
Standard backends are for many the gateway to access Dear ImGui. Each backend have thousands of users and sometimes many use cases. I can't just merge PR naively.
Important prerequisite to be a helpful regular contributor:
- Need to be sitting on the right side of [the Dunning-Kruger Effect peak](https://www.editage.com/insights/the-dunning-kruger-effect-uncovering-the-concept-with-examples).
- Need to be sitting on the right side of [the Dunning-Kruger Effect peak](https://www.editage.com/insights/the-dunning-kruger-effect-uncovering-the-concept-with-examples) for the given topic.
- Need to be careful about user experience, support for varying API versions, potential API breakage, coding style.
- Each change to a backend should raise many questions. If a change doesn't raise a question, there's probably something that you have not considered or investigated. It is ok to not know. It is better to state what you don't know rather than be overly confident.
- Need to be able to explain to me how/why different features are used and needed, which needs dedicated support vs which can safely cohabit with existing features or can be implemented within existing constraints.