File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -25,12 +25,17 @@ accept your pull requests.
25251 . The repo owner will respond to your issue promptly.
26261 . If your proposed change is accepted, and you haven't already done so, sign a Contributor License Agreement (see details above).
27271 . Fork the desired repo, develop and test your code changes.
28- 1 . Ensure that your code adheres to the existing style in the sample to which you are contributing. Refer to the
29- [ Google Cloud Platform Samples Style Guide] ( https://github.com/GoogleCloudPlatform/Template/wiki/style.html ) for the
30- recommended coding standards for this organization. You can run ` npm run jshint ` to match our JavaScript coding standards.
28+ 1 . Ensure that your code adheres to the existing style in the sample to which you are contributing.
31291 . Ensure that your code has an appropriate set of unit tests which all pass.
32301 . Submit a pull request!
3331
32+ ## Style
33+
34+ Samples in this repository follow the [ JavaScript Semi-Standard
35+ Style] ( https://github.com/Flet/semistandard ) .
36+
37+ You can run ` npm run lint ` to match our JavaScript coding standards.
38+
3439## Sample template
3540
3641```
8893if (module === require.main) {
8994 program.main(process.argv.slice(2));
9095}
91- ```
96+ ```
You can’t perform that action at this time.
0 commit comments