Skip to content

Commit a884682

Browse files
authored
chore: update CONTRIBUTING.md and make releaseType node (#240)
1 parent cdabe8f commit a884682

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

packages/google-cloud-oslogin/CONTRIBUTING.md

+10
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ accept your pull requests.
3434
1. Ensure that your code adheres to the existing style in the code to which
3535
you are contributing.
3636
1. Ensure that your code has an appropriate set of tests which all pass.
37+
1. Title your pull request following [Conventional Commits](https://www.conventionalcommits.org/) styling.
3738
1. Submit a pull request.
3839

3940
## Running the tests
@@ -46,8 +47,17 @@ accept your pull requests.
4647

4748
1. Run the tests:
4849

50+
# Run unit tests.
4951
npm test
5052

53+
# Run sample integration tests.
54+
gcloud auth application-default login
55+
npm run samples-test
56+
57+
# Run all system tests.
58+
gcloud auth application-default login
59+
npm run system-test
60+
5161
1. Lint (and maybe fix) any changes:
5262

5363
npm run fix

0 commit comments

Comments
 (0)