From c9baf22e5ee3d579500e81244fe84b5b2d978c45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Mon, 14 Mar 2016 23:07:33 -0700 Subject: [PATCH] Added CONTRIBUTING.md guideline. --- CONTRUBUTING.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 CONTRUBUTING.md diff --git a/CONTRUBUTING.md b/CONTRUBUTING.md new file mode 100644 index 000000000..37c959400 --- /dev/null +++ b/CONTRUBUTING.md @@ -0,0 +1,18 @@ +## 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.