Please read Code of Conduct before contributing.
Report an issue using GitHub Issues. Please fill out the template with as much detail as possible.
-
Fork the repository
-
Clone the forked repository into your working directory
-
Create a new branch using the following naming schema:
-
[fix/feature/...]/[issue-#]-[description-in-kebab-case]
-
For example,
feature/6-add-connect-rinkeby-example
-
-
Commit your changes using the following guidelines:
- In the commit message, the first line must be capitalized
-
Keep your branch up to date using
rebase
instead ofmerge
-
Push your new fix/feature branch to your forked repository
-
Create a pull request and fill out the pull request template