You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: synthtool/gcp/templates/node_library/CONTRIBUTING.md
+13-2Lines changed: 13 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,15 @@ accept your pull requests.
37
37
1. Title your pull request following [Conventional Commits](https://www.conventionalcommits.org/) styling.
38
38
1. Submit a pull request.
39
39
40
+
### Before you begin
41
+
42
+
1.[Select or create a Cloud Platform project][projects].{% if metadata['repo']['requires_billing'] %}
43
+
1.[Enable billing for your project][billing].{% endif %} {% if metadata['repo']['api_id'] %}
44
+
1.[Enable the {{ metadata['repo']['name_pretty'] }} API][enable_api]. {% endif %}
45
+
1.[Set up authentication with a service account][auth] so you can access the
46
+
API from your local workstation.
47
+
48
+
40
49
## Running the tests
41
50
42
51
1.[Prepare your environment for Node.js setup][setup].
Copy file name to clipboardExpand all lines: synthtool/gcp/templates/node_library/README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,8 +75,7 @@ Google APIs Client Libraries, in [Client Libraries Explained][explained].
75
75
{% if metadata['samples']|length %}
76
76
## Samples
77
77
78
-
Samples are in the [`samples/`](https://github.com/{{ metadata['repo']['repo'] }}/tree/master/samples) directory. The samples' `README.md`
79
-
has instructions for running the samples.
78
+
Samples are in the [`samples/`](https://github.com/{{ metadata['repo']['repo'] }}/tree/master/samples) directory. Each sample's `README.md` has instructions for running its sample.
0 commit comments