We love open-source contributions! Whether you're fixing a bug, adding a new feature, or improving documentation, your contributions are highly appreciated. Follow the guidelines below to get started. π
1οΈβ£ Fork the Repository β Click the Fork button on the top right of the Whooshh repository.
2οΈβ£ Clone Your Fork β Download your forked repository to your local machine:
git clone https://github.com/your-username/Whooshh.git3οΈβ£ Create a New Branch β Use a descriptive branch name for your feature or fix:
git checkout -b feature-branch-name4οΈβ£ Make Changes β Implement your improvements, ensuring the code is clean and well-documented. 5οΈβ£ Commit Your Changes β Write clear and meaningful commit messages:
git commit -m "Added a new feature to enhance UI"6οΈβ£ Push to GitHub β Upload your changes to your forked repository:
git push origin feature-branch-name7οΈβ£ Create a Pull Request β Navigate to the original repository and submit a pull request (PR). Provide a detailed description of your changes.
βοΈ Follow Clean Code Practices β Keep the code readable and maintainable.
βοΈ Test Your Changes β Ensure that your code works before submitting.
βοΈ Stay Updated β Sync your branch with the latest code:
git pull upstream mainβοΈ Respect the Community β Be kind, patient, and collaborative! π
If you have any questions or need guidance, feel free to open an issue or start a discussion in the repository. Weβre happy to help! π
Thank you for contributing to Whooshh! π Your efforts make this project better for everyone. π