Skip to content
Alejandro edited this page Sep 24, 2015 · 2 revisions

We encourage everyone to contribute to C4. Before you do so follow these guidelines:

  • Read the Coding Standards
  • Identify an issue that you want to fix or a feature that you think is missing. Make sure nobody else if working on it by searching for Issues.
  • Create a new Issue to let others know that you are working on it and to allow discussion.
  • Fork the repository and create a feature branch on your fork.
  • When you are done with your changes make sure that the tests still pass and create a Pull Request from your feature branch.