Skip to content

Contributing

Submit issues

If you spotted something weird in application behavior or want to propose a feature - you are welcome.

Write code

If you are eager to participate in application development and to work on an existing issue (whether it should be a bugfix or a feature implementation), fork, write code, and make a pull request right from the forked project page.

Fast start

Use makeapp to streamline the development:

$ uv tool install makeapp

Clone the source code the repository and switch into its directory:

1
2
3
4
5
# bootstrap the utilities
$ ma tools

# initialize the environment
$ ma up

Check code style before your pull request:

$ ma style

Spread the word

If you have some tips and tricks or any other words that you think might be of interest for the others — publish it wherever you find convenient.