Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.42 KB

CONTRIBUTING.md

File metadata and controls

38 lines (24 loc) · 1.42 KB

Contributing to Quicky

First off, thanks for taking the time to contribute! 🎉

How to Contribute

Reporting Bugs

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.

Suggesting Enhancements

We welcome suggestions for new features or improvements. Please open an issue on our GitHub Issues page and describe your idea.

Submitting Pull Requests

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/your-feature-name).
  3. Make your changes.
  4. Commit your changes (git commit -m 'Add some feature').
  5. Push to the branch (git push origin feature/your-feature-name).
  6. Open a pull request.

Code Style

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.

License

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!