Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 704 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (12 loc) · 704 Bytes

Welcome to join DCRON

简体中文

Thank you for everyone join DCRON project, before you adding one issue or creating a pull request, please read related code and documentation.

Fork tips

Please don't check the Copy the master branch only when you fork this project, you may use them in the future.

Format tips

Please confirm every line in your commit files don't have \r\n in the end of line.

Pull Request Submit Specifications

1. BugFix

Bugfix PR should base on master branch, and it will be merged into master.

2. Feature

Feature PR should base on develop branch, after some features are all tested well, develop branch will merge into master branch.