Thanks for your interest in contributing! 👋
- Check the existing issues before opening a new one.
- When reporting a bug, please include:
- Your Windows version
- .NET Framework version (4.8 or later)
- EyeRest version (from the latest release)
- Steps to reproduce the problem
- Fork the repository and create a feature branch.
- Make your changes in small, focused commits.
- Make sure the project builds in Release configuration.
- Open a Pull Request and briefly describe:
- What you changed
- Why you changed it
- How you tested it
- C# code style is defined by
.editorconfigin the repo. - Please follow existing patterns in
EyeRestContext,Configuration, etc.
Simple improvements, bug fixes and small features that keep EyeRest lightweight are very welcome. 🙂