Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 662 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (8 loc) · 662 Bytes

Contributing

Contributions to the codebase and documentation are welcome using the usual Github pull request workflow.

Unit tests are automatically run after code is being received by Github (library and examples):

https://travis-ci.com/github/easyrdf/easyrdf

More details for developers are in DEVELOPER.md.

Important notes

  • Please create an issue before starting work on any significant changes
  • We only accept code bundled with tests, no matter if its a new feature or bug fix. It strengthened the codebase and avoids regressions later on.