Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 411 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (14 loc) · 411 Bytes

Before you start

Create an issue describing improvement/bug.

Commit message

Use the following format

Summary (#<Issue ID>)

- What have been done
- Additional details
- Additional details

Commits squashing

Squash your commit once your PR is reviewed. This will keep issue related changes within one commit.

Comments

Comment your code. This will help to reduce time for understanding code