Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.36 KB

CONTRIBUTING.md

File metadata and controls

24 lines (15 loc) · 1.36 KB

Contributing to Xenko

Check our issue tracker

Please take a look at our issue tracker, especially issues marked with help wanted.

If you are just getting started with Xenko, issues marked with good first issue can be a good entry point.

Let other people know what you are doing

Once you work on some task, notify people on the appropriate issue (create one if none exists) to:

  • make sure that no two people waste time doing the same thing
  • lay out your plans and discuss it with collaborators to make sure it is properly architectured and would fit well in the project
  • get feedbacks from other people

Coding style

There's no Coding Style spec yet (and it will properly be done through a StyleCop & editorconfig file), but in the meantime please follow the coding style of other Xenko files.

Submitting Changes

  • Push your changes to a topic branch in your fork of the repository.
  • If it's your first time contributing, CLA assistant will ask you to sign the Contributor License Agreement.
  • Submit a pull request to the repository in Xenko organization following pull-request template.