Add. 欢迎参与贡献和完善内容

This commit is contained in:
benjas 2022-01-21 11:00:25 +08:00
parent f128b1c917
commit e0fa1a5de8

7
CONTRIBUTING.md Normal file
View File

@ -0,0 +1,7 @@
## CONTRIBUTING
1. [Fork on Github](https://github.com/ben1234560/k8s_PaaS/fork)
2. Clone the forked repo: `git clone https://github.com/ben1234560/k8s_PaaS.git`
3. Create a new branch, add some changes and commit: `git checkout -b new-branch`.
4. Push the branch to Github: `git commit -am "comments"; git push`.
5. File a Pull Request on Github.