CoX Repository on GitHub
We have created the Repository for CoX on GitHub, anyone who wants to get the resources and contribute to CoX can visit that site:https://github.com/coocox/cox
What is GitHub and Git?
GitHub is a web-based hosting service for software development projects that use the Git revision control system. GitHub offers both commercial plans and free accounts for open source projects.
Git is an extremely fast, efficient, distributed version control system ideal for the collaborative development of software, which is provided by GitHub.
If you want to contribute or get the full repo on GitHub, you need to install Git.
How to contribute to CoX
We use the Integration-Manager Workflow, The process works as follow:
- The project maintainer pushes to their public repository.
- A contributor clones that repository and makes changes.
- The contributor pushes to their own public copy.
- The contributor sends the maintainer an e-mail asking them to pull changes.
- The maintainer adds the contributor’s repo as a remote and merges locally.
- The maintainer pushes merged changes to the main repository.

The rules for contribute the code
1. Your code must follow BSD license
2. Your code must be right, and can pass a series of test.
3. Your code must follow Doxygen Coding Conventions, see the CoX Guide
Related Links
GitBook
GitHub Help
CoX Repository
|