docs
This commit is contained in:
parent
8f17bd96c6
commit
061eca6c00
@ -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!
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user