Thank you for considering contributing to Spin Wheel Game! We welcome all contributions and appreciate your help to improve this project.
If you find a bug, please create an issue with:
- A clear and descriptive title.
- A description of the bug.
- Steps to reproduce the bug.
- Any relevant screenshots or code snippets.
If you have a feature request or enhancement suggestion, please create an issue with:
- A clear and descriptive title.
- A detailed description of the enhancement.
- Any relevant examples, screenshots, or mockups.
To contribute code, follow these steps:
- Fork the repository: Click the "Fork" button at the top right of the repository page.
- Clone your fork:
git clone https://github.com/your-username/spin-wheel-game.git
- Create a branch:
git checkout -b feature/your-feature-name
- Make your changes: Implement your changes in your local repository.
- Commit your changes:
git commit -m "Add your message here"
- Push to your fork:
git push origin feature/your-feature-name
- Create a pull request: Go to the original repository and click the "New pull request" button.
Please follow these guidelines to maintain a consistent code style:
- Use Prettier for code formatting.
- Ensure your code is well-documented and tested.
If you have any questions or need help, feel free to open an issue or reach out to the maintainers.
By contributing, you agree that your contributions will be licensed under the project's MIT License.
Thank you for contributing!