Skip to content
Snippets Groups Projects
After you've reviewed these contribution guidelines, you'll be all set to contribute to this project.
CONTRIBUTING.md 625 B

Guidelines

  • The application JavaScript source code is transpiled using Babel
  • We support both SASS and LESS. If you modify one in your PR, please modify both and make sure they both work.
  • Additionally, when you are ready to submit your PR, please rebase your commits against the latest master branch so they are easier to examine!
  • Please make sure you're not committing your re-built dist files, either. We'll do that!
  • Also, please note, your code will not be merged if it does not pass our CI test. Thanks for your contribution!