mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
30 lines
1.1 KiB
Markdown
30 lines
1.1 KiB
Markdown
## How to contribute?
|
|
|
|
Everyone is welcome to contribute to bgfx through bug reports, testing on
|
|
various platforms, writing examples (see [Help Needed](https://github.com/bkaradzic/bgfx/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+needed%22)
|
|
for ideas), improving documentation, profiling and optimizing code, assisting
|
|
newcomers, or promoting the project.
|
|
|
|
For quick one-liner questions, use the chat at https://discord.gg/9eMbv7J
|
|
instead of opening an issue.
|
|
|
|
## Submitting Bugs
|
|
|
|
For non-trivial bugs, provide a reproducible case by modifying an existing
|
|
example with minimal changes to demonstrate the issue—this speeds up fixes.
|
|
|
|
## Contributing Code
|
|
|
|
**By contributing to bgfx, you agree to the BSD 2-Clause License terms.**
|
|
|
|
Pull request checklist:
|
|
|
|
- Test your code with the provided examples before submitting.
|
|
- Keep PRs focused with minimal changes relevant to the feature or fix.
|
|
- Use [EditorConfig](http://editorconfig.org/) to match the project's editor
|
|
settings.
|
|
|
|
## Sponsoring the Project
|
|
|
|
Support bgfx development by using GitHub Sponsors at https://github.com/sponsors/bkaradzic.
|