Thank you for considering contributing to the Live Chat Server! Contributions are welcome and appreciated.
- Ensure the bug was not already reported by searching the issues.
- If not found, open a new issue, providing a clear description and steps to reproduce the bug.
- Feel free to suggest enhancements or new features by opening an issue with a detailed explanation.
-
Fork the repository and clone it to your local machine.
git clone https://github.com/TraxDinosaur/live-chat-server.git
-
Create a new branch for your feature or bug fix.
git checkout -b feature/your-feature
-
Make your changes and ensure the code follows the project's style guidelines.
-
Test your changes locally to ensure they work as expected.
-
Commit your changes and push to your fork.
git add . git commit -m "Add your commit message" git push origin feature/your-feature
-
Open a pull request, providing a clear description of your changes.
Please follow the coding style and conventions used throughout the project.
By contributing to the Live Chat Server, you agree that your contributions will be licensed under the project's MIT License.
If you have any questions or need further assistance, feel free to reach out to TraxDinosaur.