First off, thanks for taking the time to contribute! 🎉
If you find a bug, please report it by opening an issue on our GitHub Issues page. Include as much detail as possible to help us understand and reproduce the issue.
We welcome suggestions for new features or improvements. Please open an issue on our GitHub Issues page and describe your idea.
- Fork the repository.
- Create a new branch (
git checkout -b feature/your-feature-name
). - Make your changes.
- Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature/your-feature-name
). - Open a pull request.
Please follow best practices and ensure that your code is efficient. While we don't have a specific code style guide, here are some general guidelines:
- Write clean and readable code.
- Use meaningful variable and function names.
- Comment your code where necessary.
- Avoid unnecessary complexity.
- Ensure your code is efficient and performs well.
By contributing to this project, you agree that your contributions will be licensed under the MIT License.
Feel free to reach out to me on 𝕏 @alemalohe if you have any questions or feedback!