Thank you for considering contributing to FeF-WhackAMole! Your help is greatly appreciated. Below are some guidelines to help you get started.
- Code of Conduct
- How to Contribute
- Reporting Issues
- Submitting Pull Requests
- Coding Standards
- Commit Messages
- License
Please read and adhere to our Code of Conduct to ensure a welcoming environment for all contributors.
If you encounter any bugs or have suggestions for improvements, please open an issue with a clear and descriptive title and detailed information.
- Fork the repository and create your branch from
main
. - Ensure your code follows the coding standards.
- Include appropriate tests for your changes.
- Commit your changes with a descriptive commit message.
- Push your branch to your forked repository.
- Open a Pull Request with a clear description of your changes.
- Follow the existing code style.
- Write clear, concise, and well-documented code.
- Ensure your code works across all supported browsers.
- Use the present tense ("Add feature" not "Added feature").
- Use the imperative mood ("Move cursor to..." not "Moves cursor to...").
- Provide a clear and descriptive message for each commit.
By contributing, you agree that your contributions will be licensed under the same license as the repository.