Skip to content
This repository has been archived by the owner on Oct 6, 2021. It is now read-only.

Latest commit

 

History

History
25 lines (16 loc) · 1004 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (16 loc) · 1004 Bytes

How to contribute

Feel free to raise a Pull Request if you see an obvious bug and want to fix it.

Before adding features, or adding documentation, create an issue to discuss it.

You can take a look at issues to see how you can help. Once you raise a PR, assign the PR to one of the team members (see CONTRIBUTORS.md) for review.

Before you raise a PR, please go through the section below to ensure that certain code standards are met.

Code Guidelines

Git Commit Guidelines

  • Commit messages should be concise
  • If your PR is fixing a bug, please refer the issue in a comment or the description of the PR
  • Once you raise a PR, please assign it to a relevant team member to make sure it is reviewed quickly

FAQ