We welcome contributions from the community! Whether it's bug reports, feature requests, or pull requests, your contributions are greatly appreciated.
If you find a bug, please open an issue on our GitHub repository with the following information:
- A clear and descriptive title.
- A detailed description of the issue.
- Steps to reproduce the issue.
- Any relevant code snippets or screenshots.
If you have an idea for a new feature or an improvement, please open an issue on our GitHub repository with the following information:
- A clear and descriptive title.
- A detailed description of the enhancement.
- Any relevant code snippets or mockups.
If you would like to contribute code, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix:
git checkout -b feature/your-feature-name
- Make your changes.
- Commit your changes with a clear and descriptive commit message:
git commit -m "Add feature: your feature name"
- Push your changes to your forked repository:
git push origin feature/your-feature-name
- Open a pull request on our GitHub repository with the following information:
- A clear and descriptive title.
- A detailed description of the changes.
- Any relevant code snippets or screenshots.
Please ensure that your code follows our coding standards and style guidelines. We use ESLint and Prettier to enforce code quality and consistency.
If you are adding a new feature or making changes to existing functionality, please update the relevant documentation in the docs
directory.