Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1.27 KB

CONTRIBUTION.md

File metadata and controls

38 lines (22 loc) · 1.27 KB

Contribution Guideline

Development Environment

Setting up development environment on your local computer should be quite straightforward. However, if you run into any issues during the process, please don't hesitate to contact us directly at the official Discord channel.

  1. Install Scala and IDE

  2. Install Play Framework: This project is using Play version 2.6.x

  3. Run make dev

If you encounter an "already used port" issue then please run make dev APP_PORT=<different port>

Making an issue

We do not have strict rules on how or what kind of issues you must or mustn't create. Please feel free to submit any ideas / bugs / feature request and etc.

Making a pull request

We follow Github's standard fork-and-pull process

Git convention

We will follow Angular Commit Convention for the git commit message. Please follow below references for more details:

Code style

Fill this in