Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 439 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (11 loc) · 439 Bytes

Contribution Guide

PR rules

  • Please raise the pull request if want to contribute by fixing bugs, improving the code or adding the test cases
  • If you want to enhance the project, please create an issue and can be discussed before proceeding

Codebase rules

  • Do not import libraries unless needed
  • Test well before submitting the PR
  • Code quality is the primary requirement
  • Format the files before submission