Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 1.68 KB

CONTRIBUTING.md

File metadata and controls

40 lines (32 loc) · 1.68 KB

Contributing to FeF-WhackAMole

Thank you for considering contributing to FeF-WhackAMole! Your help is greatly appreciated. Below are some guidelines to help you get started.

Table of Contents

  1. Code of Conduct
  2. How to Contribute
  3. Reporting Issues
  4. Submitting Pull Requests
  5. Coding Standards
  6. Commit Messages
  7. License

Code of Conduct

Please read and adhere to our Code of Conduct to ensure a welcoming environment for all contributors.

How to Contribute

Reporting Issues

If you encounter any bugs or have suggestions for improvements, please open an issue with a clear and descriptive title and detailed information.

Submitting Pull Requests

  1. Fork the repository and create your branch from main.
  2. Ensure your code follows the coding standards.
  3. Include appropriate tests for your changes.
  4. Commit your changes with a descriptive commit message.
  5. Push your branch to your forked repository.
  6. Open a Pull Request with a clear description of your changes.

Coding Standards

  • Follow the existing code style.
  • Write clear, concise, and well-documented code.
  • Ensure your code works across all supported browsers.

Commit Messages

  • 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.

License

By contributing, you agree that your contributions will be licensed under the same license as the repository.