Thank you for considering contributing to Blo! We welcome contributions to improve the library.
-
Fork the Repository: Start by forking the repository to your GitHub account.
-
Clone Your Fork: Clone your forked repository to your local machine.
git clone https://github.com/your-username/blo.git
-
Create a Branch: Create a new branch for your feature or bug fix.
git checkout -b feature/your-feature-name
-
Make Changes: Implement your changes in the codebase.
-
Test Your Changes: Ensure that your changes are working as expected and do not break existing functionality.
-
Commit Your Changes: Commit your changes with a clear and descriptive commit message.
git commit -m "Add feature: your feature description"
-
Push to Your Fork: Push your changes to your forked repository.
git push origin feature/your-feature-name
-
Create a Pull Request: Go to the original repository and create a pull request from your forked branch.
Please adhere to the Code of Conduct in all your interactions with the project.
If you encounter any issues, please report them in the issue tracker.
We welcome feedback and suggestions! Feel free to open an issue or start a discussion.
Thank you for contributing!