Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.78 KB

Contributing.md

File metadata and controls

35 lines (27 loc) · 1.78 KB

🚀Contribution Guidelines

We're excited to have you join us in this journey of learning and contributing to open source. Follow these steps to get started:

  1. Fork this repository: Click the "Fork" button at the top-right of this page to create your copy of the repository.

  2. Clone the repository: Clone the repository to your local machine using the following command:

    git clone https://github.com/YourUsername/ConnectPlus-Frontend.git
  3. Create a new branch: Create a new branch for your contribution. Name it appropriately to describe the work you're doing:

    git checkout -b feature/new-feature
  4. Make changes and commit: Make your changes, write code, fix bugs, or add new features. Commit your changes with clear and descriptive commit messages:

    git commit -m 'Add new feature'
  5. Push changes: Push your changes to your fork on GitHub:

    git push origin feature/new-feature
  6. Create a Pull Request (PR): Go back to the main repository on GitHub and create a new Pull Request from your branch. Provide a clear description of your contribution.

  7. Get your PR reviewed: Wait for the maintainers to review your PR. You may need to make additional changes based on their feedback.

  8. Celebrate: Once your PR is merged, celebrate your contribution to open source and don't forget to ⭐ this repository to show your appreciation.

Join Us

Be a part of the Community by joining our Discord Server. Here you can discuss about the project or ask any other queries and there will be a lot of folks to help