Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.75 KB

CONTRIBUTING.md

File metadata and controls

37 lines (23 loc) · 1.75 KB

Contributing to Drasi documentation

Thank you for your interesting in contributing to the Drasi documentation!

Current status

We welcome small pull request contributions from anyone (docs improvements, bug fixes, minor features.) as long as they follow a few guidelines:

  • For very minor changes like correcting a typo feel free to send a pull request. Otherwise ...
  • Please start by opening an issue to work on.
  • The maintainers will respond to your issue, please work with the maintainers to ensure that what you're doing is in scope for the project before writing any code.
  • If you have any doubt whether a contribution would be valuable, feel free to ask.

Developer Certificate of Origin

The Drasi project follows the Developer Certificate of Origin. This is a lightweight way for contributors to certify that they wrote or otherwise have the right to submit the code they are contributing to the project.

Contributors sign-off that they adhere to these requirements by adding a Signed-off-by line to commit messages.

This is my commit message

Signed-off-by: Random J Developer <[email protected]>

Git even has a -s command line option to append this automatically to your commit message:

$ git commit -s -m 'This is my commit message'

Visual Studio Code has a setting, git.alwaysSignOff to automatically add a Signed-off-by line to commit messages. Search for "sign-off" in VS Code settings to find it and enable it.

Code of conduct

This project has adopted the Contributor Covenant. For more information see CODE_OF_CONDUCT.md