Skip to content

Commit b2e70d0

Browse files
author
vakrilov
committed
docs: add api-extractor note to contributing.md
1 parent 4a89cee commit b2e70d0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ git checkout -b <my-fix-branch> master
6969
- Rebase your changes to the latest master: `git pull --rebase upstream master`.
7070
- Ensure all unit test are green for Android and iOS. Check [running unit tests](DevelopmentWorkflow.md#running-unit-tests).
7171
- Ensure your changes pass tslint validation. (run `npm run tslint` in the root of the repo).
72+
- If you've made changes to a public API, make sure you update and add the `api-reports/NativeScript.api.md` file to the PR. (run `npm run api-extractor` to update the api-report and definitions).
7273

7374
6. Push your fork. If you have rebased you might have to use force-push your branch:
7475
```

0 commit comments

Comments
 (0)