mirror of
https://github.com/remvze/moodist.git
synced 2025-12-17 17:04:15 +00:00
25 lines
936 B
Markdown
25 lines
936 B
Markdown
# Contributing Guidelines
|
|
|
|
Thank you for considering contributing to our project! We welcome your contributions.
|
|
|
|
## How to Contribute
|
|
|
|
1. Fork the repository.
|
|
2. Create a new branch: `git checkout -b feature/your-feature-name`.
|
|
3. Make your changes and commit them: `git commit -m 'feat: add some feature'`.
|
|
4. Push to the branch: `git push origin feature/your-feature-name`.
|
|
5. Submit a pull request. ⚡
|
|
|
|
⚠️ **Notice**: Commit messages should follow [Conventional Commits Specification](https://www.conventionalcommits.org/en/v1.0.0/).
|
|
|
|
## 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](LICENSE).
|