We welcome contributions from the community! If you'd like to contribute to Hell Pong, please follow these steps:
- Fork the repository
- Create a new branch with a descriptive name (e.g.,
feature/new-game-mode) - Commit your changes to the new branch
- Open a pull request against the
mainbranch, describing your changes and any relevant context
- 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.
Please note that Hell Pong Multiplayer Game has a code of conduct. By participating in this project, you agree to abide by its terms.
If you encounter any issues or have feature requests, please open an issue on GitHub.
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.