Welcome to InsipiraHub! We appreciate your interest and contributions. By contributing to this project, you agree to abide by our Code of Conduct.
-
Fork the Repository:
- Fork the repository to your GitHub account.
-
Clone the Repository:
- Clone the forked repository to your local machine.
git clone https://github.com/Perfect-Altruistics/InsipiraHub.git
- Clone the forked repository to your local machine.
-
Create a Branch:
- Create a new branch for your contribution.
git checkout -b feature/your-feature-name
- Create a new branch for your contribution.
-
Make Changes:
- Make your changes and ensure that the code follows our coding standards.
- Test your changes locally.
-
Commit Changes:
- Commit your changes with a clear and descriptive commit message.
git commit -m "Add your descriptive commit message"
- Commit your changes with a clear and descriptive commit message.
-
Push Changes:
- Push your changes to your forked repository.
git push origin feature/your-feature-name
- Push your changes to your forked repository.
-
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.
-
Code Review:
- Participate in the code review process and address any feedback.
-
Merge:
- Once your pull request is approved, it will be merged into the main branch.
If you encounter any issues or have suggestions, please create an issue on our GitHub repository.
Please review and adhere to our Code of Conduct in all interactions.
Thank you for contributing to InsipiraHub!