Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.38 KB

File metadata and controls

28 lines (18 loc) · 1.38 KB

Contributing to Hell Pong Multiplayer Game

We welcome contributions from the community! If you'd like to contribute to Hell Pong, please follow these steps:

  1. Fork the repository
  2. Create a new branch with a descriptive name (e.g., feature/new-game-mode)
  3. Commit your changes to the new branch
  4. Open a pull request against the main branch, describing your changes and any relevant context

Pull Request Guidelines

  • Keep the scope of your changes focused. If you have multiple unrelated changes, submit separate pull requests.
  • Before submitting a pull request, make sure your changes pass the unit tests by running yarn test.
  • Ensure that your code adheres to the project's coding style and conventions.
  • Write clear and concise commit messages and pull request descriptions.
  • Provide relevant context and justification for your changes in the pull request description.

Code of Conduct

Please note that Hell Pong Multiplayer Game has a code of conduct. By participating in this project, you agree to abide by its terms.

Issues

If you encounter any issues or have feature requests, please open an issue on GitHub.

License

By contributing to Hell Pong Multiplayer Game, you agree that your contributions will be licensed under its MIT License. See the LICENSE.md file for details.