Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.94 KB

File metadata and controls

39 lines (27 loc) · 1.94 KB

Contribution

First of all, thank you for considering contributing to this project. It's people like you that make it a reality for the community. There are many ways to contribute, and we appreciate all of them.

This guide will help you get started with contributing to this project.

Fork The Repository

  1. Fork the repository you want to contribute to by clicking the "Fork" button on the project page.
  2. Clone the repository to your local machine using the following command: git clone https://github.com/<YOUR-GITHUB-USERNAME>/CloudRec Please replace with your GitHub username.

Create A New Development Environment

For secondary development, please read:👉Development Guide

New Branch And Make Changes

  1. Create a new branch for your changes using the following command: git checkout -b <branch-name> Please replace with a descriptive name for your branch.

  2. Make your changes to the code or documentation.

  3. Add tests for your changes if necessary.

  4. Add and commit your changes using the following commands: git add xxxx

    make sure to replace xxxx with the files you want to commit. then commit your changes using the following command:git commit -m "your commit message"

  5. Push the changes to your forked repository using the following command: git push origin <branch-name>

Create A Pull Request

Go to the GitHub website and navigate to your forked repository.

Click the "New pull request" button.

Select the branch you just pushed to and the branch you want to merge into on the original repository. Write necessary information about your changes and click "Create pull request".

Wait for the project maintainer to review your changes and provide feedback.

That's it you made it

Contact Us

If you have any questions, please feel free to contact us, we are very willing to provide you with necessary help!