Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 747 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (13 loc) · 747 Bytes

Contributing Guidelines for Wiiqare's smart contract

We would greatly appreciate your contributions, ideas to improve or critical thoughts in the form of:

  • Reporting bugs
  • Discussing the current state of the code
  • Submitting a fix
  • Proposing new features
  • Raising and discussing concerns.

on Discord or via the Github issues.

We Develop with Github

We use github to host code, to track issues and feature requests, as well as accept pull requests.

Want to add some code?

We use Gitflow for our code contribution. New branches should have the feature/ or hotfix/ prefix, the issue number and title, for example: feature/smartcontract-code-coverage-#1