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
- Fork the repository and create your branch from
main - Write clear commit messages describing your changes
- Add tests if you're adding new functionality
- Update documentation if needed
- Make sure your code compiles without errors or warnings
- 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
- Update the README.md with details of changes if applicable
- Update the CHANGELOG.md following the existing format
- 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.
Feel free to open an issue for any questions or suggestions!