Skip to content

Commit

Permalink
Merge pull request #55 from dxyinme/master
Browse files Browse the repository at this point in the history
  • Loading branch information
libi committed May 18, 2023
2 parents d22b06d + 52c910f commit 8ab8580
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Welcome to join DCRON

[简体中文](CONTRIBUTING_CN.md)

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.

# 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.
16 changes: 16 additions & 0 deletions CONTRIBUTING_CN.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# 感谢大家参与DCRON开源项目

[English](CONTRIBUTING.md)

感谢大家参与DCRON开源项目,在提出ISSUE或者提交代码之前,请先粗略相关阅读代码以及文档

# Fork 注意事项

请在 Fork 本项目时,不要勾选 **Copy the master branch only**,其他分支或许你用得到

# Pull Request 提交规范
## 1. BugFix
Bugfix PR请以master分支为基础分支,在通过代码review后合入master

## 2. Feature
Feature PR请以develop分支为基础分支,在一些Feature完成后,develop分支会定期合入到master分支

0 comments on commit 8ab8580

Please sign in to comment.