# 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