mirror of
https://github.com/remvze/moodist.git
synced 2025-09-29 15:30:49 -04:00
936 B
936 B
Contributing Guidelines
Thank you for considering contributing to our project! We welcome your contributions.
How to Contribute
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name
. - Make your changes and commit them:
git commit -m 'feat: add some feature'
. - Push to the branch:
git push origin feature/your-feature-name
. - Submit a pull request. ⚡
⚠️ Notice: Commit messages should follow Conventional Commits Specification.
Report Bugs
To report a bug, please open an issue on GitHub and provide detailed information about the bug, including steps to reproduce it.
Request Features
To request a new feature, open an issue on GitHub and describe the feature you would like to see added.
License
By contributing, you agree that your contributions will be licensed under the project's LICENSE.