Skip to content
This repository has been archived by the owner on May 8, 2023. It is now read-only.

Latest commit

 

History

History
29 lines (15 loc) · 845 Bytes

CONTRIBUTING.md

File metadata and controls

29 lines (15 loc) · 845 Bytes

Contributing

Please read Code of Conduct before contributing.

Report Issues

Report an issue using GitHub Issues. Please fill out the template with as much detail as possible.

GitHub Workflow

  • 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 of merge

  • Push your new fix/feature branch to your forked repository

  • Create a pull request and fill out the pull request template