Skip to content

Latest commit

 

History

History
44 lines (22 loc) · 1.47 KB

CONTRIBUTING.md

File metadata and controls

44 lines (22 loc) · 1.47 KB

Contribution Guidelines

1. Get the source code:

Use git clone https://github.com/Impetus/blkchn-sql-driver.git

2. Discuss with blkchn-sql-driver Team:

Share your thoughts with us at Gitter chat or mail us at dev-sql-blkchn@impetus.co.in

After discussion, Raise a new issue on github

Code Recommendations

  • Add proper javadocs and comments.
  • Contributed code must pass existing test cases.
  • Write new test cases using junit.
  • For Eclipse: use this Formatter
  • We recommend contributor to use Java 8.

3. Code Submission and Review:

The contributor needs to open a pull request on the trunk and get it reviewed by blkchn-sql-driver developers.

Please follow these steps before creating pull request.

The contributor needs to incorporate code changes (if any).

4. Wiki:

The contributor needs to write wiki page(s) talking about usage. Check wiki.

At any point feel free to contact.

Contribution Ideas

Fix open issues

Check list of open issues.