Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 455 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (7 loc) · 455 Bytes

Submitting Guidelines

Test Case required

  • Frontend and Backend testing are required to ensure the integrity of the application
  • Frontend tests are in /tests/Feature while Backend tests in tests/Unit
  • Frontend tests are divided in Admin and Front, put the test in correct folder
  • Issues/Features should be submitted with test cases to demonstrate the fix/intent

* Without a test case, the issue / feature may be closed by the admin