1
0
mirror of https://github.com/pavlobu/deskreen.git synced 2025-05-28 05:10:09 -07:00
This commit is contained in:
Pavlo Buidenkov 2021-02-12 22:10:21 +02:00
parent 348bf758e3
commit 60b650b72c
3 changed files with 8 additions and 0 deletions

View File

@ -123,6 +123,8 @@ Thank you in advance!
## Get Started for Developers
### Run `yarn test-all` locally to make sure you don't have any errors, before submitting your PR
### Prerequisites
You will need to have `node` `npm` and `yarn` installed
@ -176,6 +178,8 @@ cd app/client
SKIP_PREFLIGHT_CHECK=true yarn test:nowatch -- -u
```
### Run `yarn test-all` locally to make sure you don't have any errors, before submitting your PR
## Instruction for running a local Sonar Qube, community edition
### Prerequisites

View File

@ -130,6 +130,8 @@ cd app/client
SKIP_PREFLIGHT_CHECK=true yarn test:nowatch -- -u
```
### Run `yarn test-all` locally to make sure you don't have any errors, before submitting your PR
### IMPORTANT: Please make sure your PR is 1 or maximum 2 commits length. If it is longer than that, you will be asked to squash your PR commits. If you don't know how to squash, refer [this guide](#dont-know-code)
### After you done fixing, please submit your PR, it will be reviewed and if everything is ok it will be merged and you fix will be included in next release. Thank you!

View File

@ -163,6 +163,8 @@ cd app/client
SKIP_PREFLIGHT_CHECK=true yarn test:nowatch -- -u
```
### Run `yarn test-all` locally to make sure you don't have any errors, before submitting your PR
### By this time you should be done with adding a translation.
### Add new language for Deskreen Website. Step By Step Guide for coders and people who know how to use git