From d34b0ac9556f81f1b131adde0f6a78258f77825f Mon Sep 17 00:00:00 2001 From: Christian Haas Date: Sun, 14 Jun 2020 09:27:26 +0200 Subject: [PATCH] added note about extending examples project as well --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4d7dc8ff..810a6010 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,6 +21,9 @@ If you can and want to make use of this library in your own projects, you are ha * Public Go API is documented. Copied documentation from **Dear ImGui** is acceptable and recommended, assuming it is adapted regarding type names. If there is no documentation in the original, try to spend some time figuring it out. In any case, please make the comments readable as complete English sentences, as recommended by Go. * API and version philosophies are respected (see README.md) +_Ideally_, please also extend the demo window(s) of [inkyblackness/imgui-go-examples](https://github.com/inkyblackness/imgui-go-examples) - see `internal/demo/Window.go`. +This way we also grow a Go-based demonstrator. + #### Clarification on API naming and signatures If a **Dear ImGui** function has the signature of