Skip to content

Latest commit

 

History

History
51 lines (30 loc) · 1.46 KB

CONTRIBUTING.md

File metadata and controls

51 lines (30 loc) · 1.46 KB

Contributing to Blo

Thank you for considering contributing to Blo! We welcome contributions to improve the library.

How to Contribute

  1. Fork the Repository: Start by forking the repository to your GitHub account.

  2. Clone Your Fork: Clone your forked repository to your local machine.

    git clone https://github.com/your-username/blo.git
  3. Create a Branch: Create a new branch for your feature or bug fix.

    git checkout -b feature/your-feature-name
  4. Make Changes: Implement your changes in the codebase.

  5. Test Your Changes: Ensure that your changes are working as expected and do not break existing functionality.

  6. Commit Your Changes: Commit your changes with a clear and descriptive commit message.

    git commit -m "Add feature: your feature description"
  7. Push to Your Fork: Push your changes to your forked repository.

    git push origin feature/your-feature-name
  8. Create a Pull Request: Go to the original repository and create a pull request from your forked branch.

Code of Conduct

Please adhere to the Code of Conduct in all your interactions with the project.

Reporting Issues

If you encounter any issues, please report them in the issue tracker.

Feedback

We welcome feedback and suggestions! Feel free to open an issue or start a discussion.

Thank you for contributing!