Skip to content

Contribution Guide

Hussein Hany edited this page Dec 17, 2023 · 1 revision

Contributing to BookEra

Thank you for considering contributing to BookEra! Your involvement helps us build a vibrant community for book lovers. Here's how you can get started:

Getting Started

  1. Fork the repository on GitHub.
  2. Clone your fork to your local machine.
  3. Create a new branch for your changes using git checkout -b <your-branch-name>.

Making Changes

  1. Make your changes to the codebase. Ensure your code is clean and well-commented.
  2. Commit your changes in logical chunks. Follow these git commit message guidelines to enhance the readability of your commits.
  3. Push your changes to your fork on GitHub using git push origin <branch-name>.

Submitting Changes

  1. Submit a pull request to the repository via the GitHub UI.
  2. Our maintainers will review your pull request. They may ask for changes or provide feedback.
  3. Once approved, your changes will be merged into the main codebase.

Thank You!

Your contribution makes BookEra better for everyone. Whether you're fixing a bug, adding a feature, or improving documentation, your efforts are appreciated. Happy coding, and happy reading!

Clone this wiki locally