Skip to content

Latest commit

 

History

History
62 lines (38 loc) · 1.49 KB

CONTRIBUTING.md

File metadata and controls

62 lines (38 loc) · 1.49 KB

Contributing

Every contribution is welcome!

How to contribute

Reporting bugs

If you found a bug, please open an issue.

Suggesting enhancements

If you have an idea for an enhancement, please open an issue.

Contributing documentation

If you want to contribute documentation, please open a pull request, and start a discussion on the PR.

Contributing code

If you want to contribute code, please open an issue first to discuss what you want to do. Do not open a new issue to work on an existing issue. Then fork the repository, create a branch, and open a pull request.

How to build

The repository is composed of multiple subfolders / modules.

Prerequisites

Build

cd {{subfolder}}
mise install

# to have list of tasks
mise tasks

# to run a task
mise run {{task}}

# to run the CI tasks
mise run ci

How to test

cd {{subfolder}}
mise run test

How to release

???