contribution
Installing
Installing all the dependencies :
yarn
Running server :
yarn start
Creating production build
yarn build
Git commit conventions
We at Heiphen follow gitmoji | An emoji guide for your commit messages for our git messages.
Install VSCode Extension for gitmoji from : Gitmoji - Visual Studio Marketplace
Use 1 emoji and a message in a commit ( :emoji: :message: )
a. π Update HomePage
b. π Fix error
c. πUpdate documentation
Push to a branch with name of your Jira issue as assigned. Example : HT-13 or HT-28
Some DO's and DON'Ts
β
Push to your branch and make a PR to dev
βNever push directly to dev
Some Coding Guidelines
- Include comments as you code for better understanding
- For formatting, we use Prettier Β· Opinionated Code Formatter. Make sure you format code and check linting before you push it by running the following command :
yarn format && yarn lint:check
- Follow casing as followed everywhere.