Contributing Guidelines
December 8, 2025 ยท View on GitHub
Issue Contributing
Feel free to report issues on GitHub. Any issues or questions can also be targeted to any communication channel defined on Atata Contact page.
Code Contributing
Development Prerequisites
- Visual Studio 2026 or JetBrains Rider.
Setting Up For Development
In order to set up this project for further contributing do the following:
- Fork the repository.
- Clone the forked repository locally.
- Open
.slnxfile located in the root of the repository. - Run tests through IDE or with
dotnet testcommand.
Development
Please follow the rules during development:
- Fix (or suppress in rare cases) all code analysis warnings.
- Ensure that newly added public classes and members have XML documentation comments. This does not apply to classes in test projects.
- Run all tests in order to ensure the changes don't break anything.
- Try to add/update tests respectively.
- Follow Semantic Versioning 2.0 during the source changes.
- Create a pull request when it is done.