Skip to content

Commit

Permalink
[update] Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelaon committed Jun 7, 2021
1 parent a40a4d9 commit 506fc05
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,11 @@ echo json_encode($data);

## Contribution Guides

Most of the time, Medoo uses develop branch for adding features and fixing bugs, and the branch will be merged into the master branch while releasing a public version. For contribution, submit your code to the develop branch, and start a pull request into it.
For starting a new pull request, please make sure it's compatible with other databases and write a unit test as possible.

On develop branch, each commit is started with `[fix]`, `[feature]` or `[update]` tag to indicate the change.
Run `phpunit tests` for unit testing and `php-cs-fixer fix` for fixing code style.

Each commit is started with `[fix]`, `[feature]` or `[update]` tag to indicate the change.

Please keep it simple and keep it clear.

Expand Down

0 comments on commit 506fc05

Please sign in to comment.