Hacking Guide - dagelf/synergy-core GitHub Wiki

Before checking in code, make sure:

  1. You read the Code Style guide
  2. Considered writing unit/integration tests for new code
  3. That the existing unit/integration tests all pass
  4. You've fully tested your fix (and any other feature it might affect)
  5. Changes to cross-platform code compiles on all platforms (Windows, Mac and Linux)
After checking in:
  1. Update any issues you fixed or features added
  2. Consider requesting a code review on the dev mailing list
⚠️ **GitHub.com Fallback** ⚠️