anathema 0.2.11

Create beautiful, easily customisable terminal applications
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Contributing to Anathema

Base your fork on the "dev" branch:
```
git clone https://github.com/togglebyte/anathema
git switch dev
git switch -c feature/my-new-feature
```
If applicable: always write tests for any new functionality being introduced.

Submit any PR to be merged back into the "dev" branch.

## Getting help

For help ask on [Discord](https://discord.gg/yZgdmXKf6p).