-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature: component works! concisely document guidelines
- Loading branch information
1 parent
4254205
commit 04125fb
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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! 🚀 |