Skip to content

Commit

Permalink
feat: add CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienfort authored Jul 26, 2021
1 parent 8c15d05 commit 650844a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Contribute 💛

We would be very happy to accept your PRs !
> Fork the project, your remote repo on Github is called `origin`.
> Create a new branch from `dev` if it exists, else from `master`.
> Implement your feature, following our coding style.
> Run tests if it exists.
> Write tests.
> Push your work and open a PR !
Don't hesitate to open an issue !
We hope our work pleased you 🍀

0 comments on commit 650844a

Please sign in to comment.