Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.14 KB

CONTRIBUTING.md

File metadata and controls

19 lines (13 loc) · 1.14 KB

Contributing to ain-blockchain

Please make sure your contributions adhere to our coding guidelines:

  • Code must adhere to the official Javascript formatting guidelines.
  • Code must be documented adhering to the official JSDoc guidelines.
  • Gitflow is basically derived from Vincent Driessen's article.
  • Pull requests need to be based on and opened against the develop branch.
  • hotfix branches can be exceptionally opened and directly merged into master branch.

Deal with a bug

  • Open an Issue on this repository. Please refer to templates/ISSUE_TEMPLATE.md.
  • Send a Pull Request. Please refer to templates/PULL_REQUEST_TEMPLATE.md.

Propose a feature

  • Open an issue(please refer to templates/ISSUE_TEMPLATE.md) with a detailed description of your proposed feature, the motivation for it and alternatives considered. Please note we may close the issue or ask you to create a pull-request if it's not something we see as sufficiently high priority.

Thanks!