Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.79 KB

File metadata and controls

40 lines (26 loc) · 1.79 KB

Contributing to This Project

First and foremost, thank you for considering a contribution! Every little bit helps, and we're excited to have you as part of our community.

This document outlines how you can contribute, from reporting bugs to submitting code.

Found a Bug?

If you find a bug, please help us by opening an issue on GitHub.

When creating an issue, please include as many details as possible:

  • A clear, descriptive title.
  • The steps to reproduce the bug.
  • The expected behavior versus the actual behavior.
  • The version of the project you're using.

Want to Suggest a Feature?

We'd love to hear your ideas! Please open an issue with the tag enhancement and describe your feature suggestion in detail.

Ready to Contribute Code?

If you're ready to make a code change, please follow these steps:

  1. Fork the repository and create your branch from main.
  2. Make your changes. Please follow the existing coding style and conventions.
  3. Write clear commit messages. We follow the Conventional Commits style (Feat, Fix, Docs, etc.)
  4. Create a Pull Request (PR). Your PR should describe the problem you're solving and link to any related issues.

Commit Messages

We use a simple commit message format to keep the history clean. Your commit message should be in the format <type>: <description>.

Here are some common types:

  • feat: A new feature or functionality.
  • fix: A bug fix.
  • refactor: A code change that doesn't fix a bug or add a feature.
  • chore: Changes to the build process or auxiliary tools, like documentation updates or folder renames.

Thank you again for your contribution! We appreciate your help in making this project better.