Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Latest commit

 

History

History
27 lines (19 loc) · 893 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (19 loc) · 893 Bytes

Contributing

Contributions are very welcome. The following will provide some helpful guidelines.

How to contribute

If you want to submit a contribution, please follow the following workflow:

  • Fork the project
  • Create a feature branch
  • Add your contribution
  • When you're completely done, build the project and run all tests
  • Create a Pull Request

What to contribute

  • The known issues in the README.md is a good start
  • If you want to contribute larger features, such as using an alternative source code management server other than bitbucket, it might be useful to contact us prior to implementation

Developer Certification of Origin (DCO)

Only contributions with a Signed-Off-By statement, like the one below, will be accepted. You thereby agree to the DCO provided in DCO.md.

Signed-off-by: Full Real Name <mail@host.com>