|
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! |