Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.29 KB

CONTRIBUTING.md

File metadata and controls

27 lines (19 loc) · 1.29 KB

Contributing to the Aiven docs

When contributing, keep the following in mind:

Signing off commits

Contributions rely on GitHub's commit signoff feature:

Note: If you commit using the CLI, use the git commit --signoff option.

Guidelines

  • Style guide: Apply the style guide.

  • Hard line breaks: To simplify reviews on GitHub, add a hard line break at 90 characters. If you use VS Code, you should see the ruler.

  • Vale: Install Vale and fix warnings and errors in your content.

  • Conventional commits: We enforce conventional commits. Examples:

    • fix: incorrect parameter
    • feat: add dark mode
    • add: auto-migration docs

    See our convention rule.