Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 917 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 917 Bytes

Deriv SmartTrader

Coverage Status

This repository contains the content of the Deriv SmartTrader website.


For our Commit Message Format we are using Angular Commit Format Reference Sheet.

  • build: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
  • ci: Changes to our CI configuration files and scripts (examples: CircleCi, SauceLabs)
  • docs: Documentation only changes
  • feat: A new feature
  • fix: A bug fix
  • perf: A code change that improves performance
  • refactor: A code change that neither fixes a bug nor adds a feature
  • test: Adding missing tests or correcting existing tests