To Contribute - psit4-lamas/PSIT4-LaMaS GitHub Wiki

To Contribute

If you want to contribute improving our LaMaS application, please apply the following rules, in order to keep the code style consistent and the project structure clean!

GitHub

Create a feature branch

...

Create a pull request (PR)

/!\ When creating a PR for your feature branch, please make sure the your branch will be merged into develop instead of master branch!

  • Write a short description of the features your PR will include, which you want to be merged into develop
  • Create the PR for the User Story (US) you want to implement as soon as the new Sprint starts

Code Style Guideline

/!\ when using automated prettifier, please ensure to trigger the following order: 1) prettier prettifier 2) intelliJ prettifier

Prettier prettifier plugin

  • Install Prettier plugin in IntelliJ (Settings > Plugin > Prettier)
  • Trigger prettier prettifier in your code with the following command:
    • Mac: cmd + shift + option + p
    • Windows: ctrl + shift + alt + p

IntelliJ Setups

...