🎉 First off, thanks for taking the time to contribute! 🎉
The following is a set of guidelines for contributing to BookTown. These are just guidelines, not rules, so use your best judgment and feel free to propose changes to this document in a pull request.
- Fork the repository to your GitHub account.
- Clone your forked repository to your local machine:
git clone https://github.com/YourUsername/BookTown.git
- Create a new branch for your feature or bug fix:
git checkout -b feature/my-new-feature
- Make your changes and commit them with a descriptive commit message:
git add .
git commit -m "Added a new feature"
- Push your changes to your fork on GitHub:
git push origin feature/my-new-feature
-
Open a pull request in this repository. Be sure to provide a clear title and description of your changes.
-
Your pull request will be reviewed and merged once approved.
If you need help or have questions, please create an issue in this repository.
Thank you for your contributions. Your help is greatly appreciated!