mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-24 08:38:32 -05:00
19 lines
689 B
Markdown
19 lines
689 B
Markdown
|
## How to contribute?
|
||
|
|
||
|
Everyone is welcome to contribute to bgfx by submitting bug reports, testing on
|
||
|
different platforms, writing examples, improving documentation, profiling and
|
||
|
optimizing, helping newcomers, telling others about bgfx, etc.
|
||
|
|
||
|
## Contributing code
|
||
|
|
||
|
**When contributing to the bgfx project you must agree to the BSD 2-clause
|
||
|
licensing terms.**
|
||
|
|
||
|
Pull request checklist:
|
||
|
|
||
|
- Make sure you test your code with provided examples before creating PR.
|
||
|
- Create focused PR with minimal number of changes relevant to feature added
|
||
|
or bug fixed.
|
||
|
- Use [EditorConfig](http://editorconfig.org/) in your editor of choice to
|
||
|
apply the same editor settings used by bgfx project.
|