Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 403 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (8 loc) · 403 Bytes

CONTRIBUTING:

Welcome to the surfix contributing docs.

Frontend:

  • all the frontend codes should be at dir frontend/
  • if your working with core js or css make sure that your js files are at frontend/static
  • if your working with html make sure to add your files under frontend/templates

Backend:

  • make sure you write a code which is easy to read-able, dont make it too complicable to read.