updated contributing
This commit is contained in:
parent
d4b89415e1
commit
40c74cab1f
@ -26,6 +26,7 @@ If you have an idea for new features just [open an issue](https://github.com/vur
|
||||
* Seperator widget is currently bugged and does not work as intended
|
||||
* Text handling is still a little bit janky and probably needs to be further tested and polished
|
||||
* Text pixel width is bugged at the moment if you edit text with enabled font baking and vertex buffer API.
|
||||
* `zr_edit_buffer` with multiline flag is bugged for '\n', need to differentiate between visible and non-visible characters
|
||||
* `zr_layout_space_xxx` with `ZR_DYNAMIC` currently does not work
|
||||
|
||||
## Coding conventions
|
||||
@ -41,4 +42,4 @@ If you have an idea for new features just [open an issue](https://github.com/vur
|
||||
* Only use fixed size types (zr_uint, zr_size, ...) if you really need to and use basic types otherwise
|
||||
* Do not include any header files in either zahnrad.h or zahnrad.c
|
||||
* Do not add dependencies rather write your own version if possible
|
||||
|
||||
* Write correct commit messages: (http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html)
|
||||
|
Loading…
x
Reference in New Issue
Block a user