mirror of
https://gitlab.com/CodeSolutionsProject/CodeShare.git
synced 2026-02-16 10:01:34 +01:00
Initial commit
This commit is contained in:
23
CONTRIBUTING.md
Normal file
23
CONTRIBUTING.md
Normal file
@@ -0,0 +1,23 @@
|
||||
Contribution Guidelines
|
||||
======================
|
||||
---------------------
|
||||
### To add functionality
|
||||
* Fork the repository
|
||||
* Add functionality in code
|
||||
* Comment the functionality with the next format
|
||||
```php
|
||||
/* Functionality: <Description> */
|
||||
```
|
||||
### To fix a bug
|
||||
* Fork the repository
|
||||
* Fix the bug
|
||||
* Comment the functionality with the nex format
|
||||
```php
|
||||
/* 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**
|
||||
Reference in New Issue
Block a user