Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 982 Bytes

contributing.md

File metadata and controls

25 lines (16 loc) · 982 Bytes

Contributing to Code-Book

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.

How to Contribute

1. Reporting Bugs

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.

2. Suggesting Features

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.

3. Submitting Pull Requests

Make sure you have written which issue you solved in the PR.

  1. Fork the repository and create a new branch:
    git checkout -b my-feature-branch