Welcome to WPM Typing Test! We appreciate your interest in contributing to our project. By contributing, you can help make this project better and more valuable for the community. Whether you're a developer, designer, tester, or just someone with good ideas, we welcome your contributions.
Please take a moment to review this document for important information on how to contribute effectively.
To get started with contributing, you'll need to:
- Fork the repository to your GitHub account.
- Clone the forked repository to your local machine.
- Create a new branch for your work:
git checkout -b feature/your-feature-name
.
Now, you are ready to start making changes.
Be cool and follow the norm.
You can contribute to the project in various ways:
- Writing code (new features, bug fixes, improvements)
- Improving documentation
- Reporting and verifying issues
- Reviewing and commenting on pull requests
- Providing feedback and suggestions
Before submitting a pull request (PR), please ensure the following:
- Your code is clean and follows the project's coding style.
- You have written unit tests, where applicable, and they pass.
- The commit message is descriptive and follows the commit message guidelines.
- You have updated the project documentation, if necessary.
If you encounter a bug, have a feature request, or have questions about the project, please open an issue in our issue tracker. When reporting issues, please provide as much detail as possible, including:
- A clear and concise description of the issue or request.
- Steps to reproduce the issue.
- Expected behavior vs. actual behavior.
- Screenshots or error messages, if applicable.
By contributing to this project, you agree that your contributions will be licensed under the Apache License 2.0 of this project.
Thank you for your contribution!
-- Maddox