Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.32 KB

CONTRIBUTING.md

File metadata and controls

39 lines (26 loc) · 1.32 KB

Contributing to Unity Singleton

Thank you for considering contributing to Unity Singleton! We welcome contributions from the community to help improve this project.

How to Contribute

  1. Fork the Repository: Start by forking the repository to your GitHub account.

  2. Clone the Repository: Clone the forked repository to your local machine.

    git clone https://github.com/**your-username**/unitysingleton.git
  3. Create a Branch: Create a new branch for your feature or bugfix.

    git checkout -b **feature-name**
  4. Make Changes: Make your changes to the codebase.

  5. Commit Changes: Commit your changes with a clear and descriptive commit message.

    git commit -m "Description of the feature or fix"
  6. Push Changes: Push your changes to your forked repository.

    git push origin feature-name
  7. Create a Pull Request: Open a pull request to the main repository. Provide a clear description of your changes and any related issues.

Reporting Issues

If you encounter any issues, please report them on the issues tab. Provide as much detail as possible to help us resolve the issue quickly.

Getting Help

If you need help or have any questions, feel free to reach out by opening an issue or joining our community discussions.