Thank you for your interest in contributing to the 3D Maze project! Your contributions are valuable and help improve the project for everyone. Here's how you can get started:
- Fork the repository to your GitHub account.
- Clone the forked repository to your local machine using:
git clone https://github.com/YOUR-USERNAME/3DMaze.git
- Create a new branch for your feature or bugfix:
git checkout -b feature_your-feature-name
- Ensure you have Unity 2021 or higher installed on your machine.
- Run the project locally.
- Follow the C# coding conventions as outlined in the Microsoft C# Coding Conventions.
- Keep code changes concise and focused.
- Write clear, descriptive commit messages.
- Ensure all tests pass before submitting a pull request.
- Update documentation as needed.
- Push your branch to your forked repository:
git push origin feature_your-feature-name
- Open a pull request against the
mainbranch of the original repository.
If you find a bug or have a feature request, please open an issue on GitHub. Provide as much detail as possible to help us address the issue quickly.
Occular Malice is the lead project maintainer. Feel free to reach out to him for any significant inquiries or guidance regarding 3D Maze.
We adhere to the Contributor Covenant Code of Conduct. By participating, you are expected to uphold this code.
By contributing to the 3D Maze project, you agree that your contributions will be licensed under the MIT License.