Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 755 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (10 loc) · 755 Bytes

Adding a Feature

  1. Fork it!
  2. Create a branch git checkout my-feature
  3. Commit your changes
  4. Submit a pull request

Reporting an Issue or Enhancement

Please be as detailed as possible. Provide errors and/or logs where possible. For including enhancements, please describe them as clearly as possible and provide links to similar features elsewhere (if possible). Be sure to include the version of Syng you are using, your operating system and architecture, and any other information about your system that may be relevant.

Documentation / Code Clarity

Please document your code as clearly as possible. For variables, use clear and understandable variable names. Pull requests with single character variable names will not be accepted.