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: CONTRIBUTING.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Contributing
7
7
4. Send a pull request.
8
8
9
9
10
-
Here are some guidelines for hacking on google-cloud.
10
+
Here are some guidelines for hacking on google-cloud-java.
11
11
12
12
13
13
Using maven for build/test
@@ -21,7 +21,7 @@ Follow step 2 of the [authentication instructions](https://github.com/GoogleClou
21
21
22
22
It's also important to test that changes don't break compatibility with App/Compute Engine and when running elsewhere.
23
23
To run tests on different platforms, try deploying the apps available on the [google-cloud-examples](https://github.com/GoogleCloudPlatform/google-cloud-examples) repository.
24
-
End-to-end tests should ensure that google-cloud works when running on the
24
+
End-to-end tests should ensure that google-cloud-java works when running on the
25
25
26
26
* App Engine production environment (see the docs for [uploading your app to production App Engine](https://cloud.google.com/appengine/docs/java/tools/maven#uploading_your_app_to_production_app_engine))
27
27
* App Engine development server (see the docs for [testing your app with the development server](https://cloud.google.com/appengine/docs/java/tools/maven#testing_your_app_with_the_development_server))
@@ -36,7 +36,7 @@ Known issue: If you have installed the Google Cloud SDK, be sure to log in (usin
36
36
37
37
Adding Features
38
38
---------------
39
-
In order to add a feature to google-cloud:
39
+
In order to add a feature to google-cloud-java:
40
40
41
41
The feature must be fully documented using Javadoc and examples should be provided.
0 commit comments