You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for taking an interest in contributing to Cloud-Pine! No
4
+
contribution is too small :)
5
+
This guide is an attempt to standardize the flow and to help you make a contribution.
6
+
7
+
## Where do I start?
8
+
9
+
1.**Code improvements**: Take a look at our Issues tab, especially the [help wanted](https://github.com/metcoder95/cloud-pine/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22) label
10
+
2.**Documentation improvements**: Go through our documentation and search for small typo corrections to major document reworks
11
+
3.**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 🙌
12
+
13
+
## Ground Rules
14
+
15
+
1. 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.
16
+
2. Please be respectful, kind and thoughtful. Behind the screen are human beings with their own beautiful history.
17
+
18
+
## How to contribute?
19
+
20
+
1. Fork the cloud-pine repository. More detailed information can be found [here](https://docs.github.com/en/get-started/quickstart/fork-a-repo)
21
+
2. Open and [configure](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-for-a-fork) your newly forked repository
22
+
3. Create a new branch in the forked repository
23
+
4. Make some changes ✨✨✨
24
+
5. Commit your changes with a meaningful description
0 commit comments