Diff of /CONTRIBUTING.md [000000] .. [1bdb11]

Switch to unified view

a b/CONTRIBUTING.md
1
# How can you contribute to AItrika? ๐Ÿ’‰๐Ÿ“„
2
3
Really thanks for your help.
4
5
## ๐Ÿค How to submit a contribution
6
7
To make a contribution, follow the following steps:
8
9
1. Leave a star
10
2. Fork and clone this repository
11
3. Do the changes on your fork
12
4. Submit a pull request
13
14
## ๐Ÿ“ฆ Package manager
15
16
I use `poetry` as package manager.
17
18
```bash
19
poetry install
20
```
21
22
## ๐Ÿงน Formatting
23
24
I use `black` as formatter via VSCode.
25
26
Really appreciate your help!