To contribute to WinterFind, follow these steps:
- Fork this repository.
- Clone your forked repository to your local machine.
- Create a new branch:
git checkout -b my-new-feature
. - Make your changes and commit them:
git commit -am 'Add some feature'
. - Push your changes to the branch:
git push origin my-new-feature
. - Submit a pull request.
We welcome pull requests from everyone. Please ensure your pull request adheres to the following guidelines:
- Explain the problem your pull request solves.
- Make sure your changes are well-tested and documented.
- Ensure your code follows the coding conventions and standards used in the project.
- Ensure your code is properly formatted using Prettier.
- Make sure your commits are descriptive and have a clear message.
Read more on creating a pull request from a fork here.
If you find any issues with WinterFind, please submit them through the GitHub Issues page. When submitting an issue, please provide the following information:
- A clear and descriptive title.
- Steps to reproduce the issue.
- Expected behavior.
- Actual behavior.
- Screenshots or code snippets (if applicable).
This project is licensed under the MIT License.