Thank you for considering contributing to our project! We appreciate your support and are excited to work with you to make this project even better.
If you find a bug, please report it by opening an issue on our GitHub repository. Include as much detail as possible, including steps to reproduce the bug, the expected behavior, and what actually happens.
If you have an idea for an enhancement or new feature, please open an issue on GitHub. Describe your idea in detail, including why you think it would be beneficial.
- Fork the Repository: Click the "Fork" button at the top of the repository page.
- Create a Branch: Create a new branch for your changes. git checkout -b feature/your-feature-name
- Make Your Changes: Make your changes to the codebase.
- Commit Your Changes: Commit your changes with a descriptive commit message git commit -m "Add feature: your feature description"
- Push to the Branch: Push your changes to your forked repository. git push origin feature/your-feature-name
- Open a Pull Request: Go to the repository on GitHub and open a pull request from your forked repository. Provide a detailed description of your changes and any related issue numbers.