Skip to content
This repository has been archived by the owner on Dec 31, 2022. It is now read-only.

Commit

Permalink
added note about extending examples project as well
Browse files Browse the repository at this point in the history
  • Loading branch information
dertseha committed Jun 14, 2020
1 parent a0fa2e1 commit d34b0ac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d34b0ac

Please sign in to comment.