Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 729 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (13 loc) · 729 Bytes

DipDup contribution guide

🚧 UNDER CONSTRUCTION

This page or paragraph is yet to be written. Come back later.

Preparation

  • To set up the development environment, you need to install Poetry package manager and GNU Make.
  • Run make help to get available commands.

Codestyle

Releases

  • Release versions SHOULD conform to Semantic Versioning. Releases that introduce breaking changes MUST be major ones.

Documentation

  • All changes that affect user experience MUST be documented in CHANGELOG.md file.
  • Changelog formatting SHOULD stick to GitLab changelog guidelines.