Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 944 Bytes

CONTRIBUTING.md

File metadata and controls

30 lines (20 loc) · 944 Bytes

Contributing

Conventions

The format is based on Keep a Changelog, this project adheres to Semantic Versioning and commits adheres to Conventional Commits.

Whenever possible, we try to comply with these conventions.

Licenses

Each role should contain a License file associated. Use MIT by default.

Releases

Each developer can ask for a new release.

Roles/tools content

Each role/tool directory should be placed in /roles or /tools folder, using role/tool name as directory name. Each role/tool directory should contain:

  • A main readme.rst file
  • A license file
  • A spec file, to build the associated package

Pull requests

Each new role/tool must be registered in the main repository README.md file. For each PR involving change of code or documentation, main CHANGELOG.md must be updated.