mirror of
https://gitlab.com/CodeSolutionsProject/CodeShare.git
synced 2026-02-14 17:11:34 +01:00
699 B
699 B
Contribution Guidelines
To add functionality
- Fork the repository
- Add functionality in code
- Comment the functionality with the next format
/* Functionality: <Description> */
To fix a bug
- Fork the repository
- Fix the bug
- Comment the functionality with the nex format
/* Bug fixed: <Description of bug> - <Description for fixed>*/
Do not forget add a clear summary in commit message
If you want optimize the code but not change the normal operation of the software will only have to specify in the commit message which method or snippet you have optimized