Thank you for taking an interest in contributing to Cloud-Pine! No contribution is too small :) This guide is an attempt to standardize the flow and to help you make a contribution.
- Code improvements: Take a look at our Issues tab, especially the help wanted label
- Documentation improvements: Go through our documentation and search for small typo corrections to major document reworks
- Open issue: Report an error you can’t solve yourself, discuss a high-level topic or idea, propose a new feature or other project idea 🙌
- If you open a pull request, please ensure that your contribution passes all tests. If there are test failures, you will need to address them before we can merge your contribution.
- Please be respectful, kind and thoughtful. Behind the screen are human beings with their own beautiful history.
- Fork the cloud-pine repository. More detailed information can be found here
- Open and configure your newly forked repository
- Create a new branch in the forked repository
- Make some changes ✨✨✨
- Commit your changes with a meaningful description
- Push out your changes
- Create a pull request!
- ... and wait for review :)
... see you in the PR!