Thank you for considering contributing to spelling-practice-2! Your help is appreciated and we are excited to have you as part of the community. Below are some guidelines to help you get started.
- Fork the repository to your own GitHub account.
- Clone the repository to your local machine:
git clone https://github.com/sergi-s/spelling-practice-2.git
- Create a new branch for your feature or bugfix:
git checkout -b my-new-feature
If you find a bug, please report it by opening an issue in the issue tracker. Include as much detail as possible to help us understand and reproduce the problem.
If you have an idea for a feature, please open an issue in the issue tracker. Describe the feature, why it would be useful, and how you envision it working.
- Make sure your code follows our style guidelines.
- Write clear, concise commit messages.
- Test your changes thoroughly before submitting.
- Submit your pull request:
- Push your branch to your forked repository:
git push origin my-new-feature
- Open a pull request from your forked repository to the
main
branch of the original repository. - Provide a clear description of your changes and the problem they solve.
- Push your branch to your forked repository:
We expect all contributors to adhere to the Contributor Covenant Code of Conduct. Please read it to understand the behavior we expect from all contributors.
By contributing to spelling-practice-2, you agree that your contributions will be licensed under the MIT License.
Thank you for helping make spelling-practice-2 better!