forked from remvze/moodist
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
38 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# 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). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters