Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.1 KB

CONTRIBUTING.md

File metadata and controls

28 lines (17 loc) · 1.1 KB

Contributing to a project of the RDF-Ext organization

We'd love for you to contribute to our source code and to make RDF-Ext even better than it is today! Here are the guidelines we'd like you to follow:

Discussions

The discussions project is the right place to talk about general RDF-Ext topics. If you are not sure to which project your topic belongs, just open an issue in that project.

Styleguide

All projects managed in the RDF-Ext organization use the standard code style. Standard is also configured in the test script in every package.json file. So you can use npm test to check the style.

Pull Requests

All developers, also members of the organization, must use forks and pull requests to submit contributions.

Branches

Gitflow is used to manage branches and versions. The workflow is described here and here

Tests

All contributions should be covered by a mocha test.