Commit b003441e authored by yanglbme's avatar yanglbme Committed by Yang Libin

docs: update contributing guideline

parent 155d14ec
...@@ -63,7 +63,21 @@ try { ...@@ -63,7 +63,21 @@ try {
## Contributing ## Contributing
Contributions are always welcomed! Please refer to [CONTRIBUTING](./CONTRIBUTING.md) for detailed guidelines. Contributions are always welcomed!
We use the `dev` branch as the development branch, which indicates that this is a unstable branch.
Here are the workflow for contributors:
1. Fork to your own
2. Clone fork to local repository
3. Create a new branch and work on it
4. Keep your branch in sync
5. Commit your changes (make sure your commit message concise)
6. Push your commits to your forked repository
7. Create a pull request
Please refer to [CONTRIBUTING](./CONTRIBUTING.md) for detailed guidelines.
## License ## License
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment