Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.42 KB

File metadata and controls

36 lines (23 loc) · 1.42 KB

Contributing

Thank you for your interest in contributing to InScript!


Working on your first Pull Request? You can learn how from this free series How to Contribute to an Open Source Project on GitHub

Guidelines

  1. Fork the repository and create your branch from main
  2. Write clear commit messages describing your changes
  3. Add tests if you're adding new functionality
  4. Update documentation if needed
  5. Make sure your code compiles without errors or warnings

Code Style

  • Use C# conventions (PascalCase for public members, camelCase for private)
  • Add XML documentation comments to public APIs
  • Keep methods focused and concise
  • Prefer composition over inheritance

Pull Request Process

  1. Update the README.md with details of changes if applicable
  2. Update the CHANGELOG.md following the existing format
  3. The PR will be merged once you have the sign-off of the maintainer

All contributions are subject to the Unity Contribution Agreement (UCA)

By making a pull request, you are confirming agreement to the terms and conditions of the UCA, including that your Contributions are your original creation and that you have complete right and authority to make your Contributions.

Questions?

Feel free to open an issue for any questions or suggestions!