This commit is contained in:
Kononnable 2019-09-16 20:43:13 +02:00
parent 8f17bd96c6
commit 061eca6c00
2 changed files with 2 additions and 2 deletions

View File

@ -46,6 +46,6 @@ Before you submit your Pull Request (PR) consider the following guidelines:
* Re-run test suites to ensure tests are still passing.
* Push to your GitHub repository (this will update your Pull Request)
Note: if you don't want to run tests on your machine you can rely on tests run on CI(unless you're changing something oracledb specific).
Note: if you don't want to run tests on your machine you can rely on tests run on CI (unless you're changing something oracledb specific).
That's it! Thank you for your contribution!

View File

@ -40,7 +40,7 @@ git merge master
```
## git repo with dependency and entire pipeline
Similar to last workflow, but this time we don't have to worry about manually merging changes from main repository.
Similar to previous workflow, but this time we don't have to worry about manually merging changes from main repository.
- Init new package:
```
npm init -y