Skip to content

Commit

Permalink
feature: component works! concisely document guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
murilo-cunha committed Nov 28, 2022
1 parent 4254205 commit 04125fb
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Contributing

Thanks for your contribution! Some small points to consider before suggesting changes.

We use `poetry` for packaging and environment management. Additionally, please use the `pre-commit` package and the hooks predefined. They ensure certain checks.

```console
git clone [email protected]:murilo-cunha/stream-wars.git
cd stream-wars
poetry shell
poetry install
pre-commit install
```

Thanks again for contributing! Feel free to open an issue if you have any questions/suggestions! 🚀

0 comments on commit 04125fb

Please sign in to comment.