Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.09 KB

File metadata and controls

23 lines (18 loc) · 1.09 KB

Contributing to Mass-waiting-games

We welcome contributions! Please follow these guidelines to help maintain quality and consistency.

Code of Conduct

  • Be respectful and professional.
  • Avoid duplicate PRs; check the issue tracker first.

How to Contribute

  1. Fork the Repository: Clone it to your local machine.
  2. Create a Branch: Use a descriptive name like feat/new-theme or fix/paddle-collision.
  3. Write Code: Follow existing conventions and ensure clean, maintainable architecture.
  4. Write Tests: Add unit tests for logic and end-to-end tests for UI changes.
  5. Update Docs: Modify the user manual or README if necessary.
  6. Submit a Pull Request: Provide a clear summary of your changes and cross-reference relevant issues.

Standards

  • Style: Use TypeScript and React hooks.
  • Testing: Maintain at least 80% coverage for new features.
  • Documentation: All new features must include functional analysis and technical documentation.

Feedback

If you have suggestions or find a bug, please open an issue on the GitHub repository.