Issues - dagelf/synergy-core GitHub Wiki
Steps for raising and triaging issues:
- Search for duplicates (close with "Duplicates #n")
- Sanitize the issue title and body (see below)
- Use either 'bug' or 'enhancement' label (not both)
Rules for sanitizing issue title:
- Must be short (keep them less than ~40)
- Must be unambiguous (describe problem fully)
- Must begin with a capital letter
- Must not end with a period character (.)
- Must not have each word capitalized (e.g. Not Like This)
- Must not use 'Synergy' (wastes valuable space)
Rules for sanitizing issue body:
- Bugs: Body should include repro steps (and optionally actual and expected)
- Bugs: Body should include Synergy version
- Bugs: Body should include operating system version
- Enhancements: Body must describe a problem (and optionally, a solution)