Skip to content

Latest commit

 

History

History
executable file
·
56 lines (40 loc) · 1.75 KB

CONTRIBUTION_GUIDELINES.md

File metadata and controls

executable file
·
56 lines (40 loc) · 1.75 KB

Contributing to InsipiraHub.

Welcome to InsipiraHub! We appreciate your interest and contributions. By contributing to this project, you agree to abide by our Code of Conduct.

How to Contribute

  1. Fork the Repository:

    • Fork the repository to your GitHub account.
  2. Clone the Repository:

    • Clone the forked repository to your local machine.
      git clone https://github.com/Perfect-Altruistics/InsipiraHub.git
  3. Create a Branch:

    • Create a new branch for your contribution.
      git checkout -b feature/your-feature-name
  4. Make Changes:

    • Make your changes and ensure that the code follows our coding standards.
    • Test your changes locally.
  5. Commit Changes:

    • Commit your changes with a clear and descriptive commit message.
      git commit -m "Add your descriptive commit message"
  6. Push Changes:

    • Push your changes to your forked repository.
      git push origin feature/your-feature-name
  7. Create a Pull Request (PR):

    • Create a pull request from your forked repository to the main repository.
    • Provide a clear title and description for your pull request.
  8. Code Review:

    • Participate in the code review process and address any feedback.
  9. Merge:

    • Once your pull request is approved, it will be merged into the main branch.

Reporting Issues

If you encounter any issues or have suggestions, please create an issue on our GitHub repository.

Code of Conduct

Please review and adhere to our Code of Conduct in all interactions.

Thank you for contributing to InsipiraHub!