Thank you for considering contributing to Code-Book! Your efforts help improve the project and are greatly appreciated. Below are the guidelines for contributing to this repository.
If you find a bug, please open an issue in the Issues section and include:
- A descriptive title.
- Steps to reproduce the bug.
- Screenshots or error messages, if applicable.
- The expected behavior compared to the actual behavior.
If you have an idea for a new feature or improvement, please submit an issue using the feature request template. Be sure to explain the problem, why the feature would be beneficial, and any examples or use cases.
Make sure you have written which issue you solved in the PR.
- Fork the repository and create a new branch:
git checkout -b my-feature-branch