Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 901 Bytes

File metadata and controls

29 lines (21 loc) · 901 Bytes

Contributing to EyeRest

Thanks for your interest in contributing! 👋

How to report issues

  • 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

How to submit changes

  1. Fork the repository and create a feature branch.
  2. Make your changes in small, focused commits.
  3. Make sure the project builds in Release configuration.
  4. Open a Pull Request and briefly describe:
    • What you changed
    • Why you changed it
    • How you tested it

Code style

  • C# code style is defined by .editorconfig in the repo.
  • Please follow existing patterns in EyeRestContext, Configuration, etc.

Simple improvements, bug fixes and small features that keep EyeRest lightweight are very welcome. 🙂