Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 552 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (16 loc) · 552 Bytes

Contributing

Issues

Bugs

Each issue reporting a bug should contain:

  • Arguments passed
  • Operating system
  • Compiler version
  • Build messages(from build.sh)
  • Any specific code that you wrote on your own(e.g. your own modules)

Feature requests

Feature requests should contain:

  • Module in which they should be implemented(if feature should be implemented in module)
  • Description of the feature

Code

You should submit your patch as a git branch named after the change.
Also it is reccomended to add summary to each pull request.