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
@@ -118,10 +130,21 @@ will re-order the inputs automatically.
118
130
1. Consult the [FAQ](https://github.com/google/closure-compiler/wiki/FAQ) to make sure that the behaviour you would like isn't specifically excluded (such as string inlining).
119
131
2. Make sure someone hasn't requested the same thing. See the list of [known issues](https://github.com/google/closure-compiler/issues).
120
132
3. Read up on [what type of feature requests are accepted](https://github.com/google/closure-compiler/wiki/FAQ#how-do-i-submit-a-feature-request-for-a-new-type-of-optimization).
121
-
4. Submit your reqest as an issue.
133
+
4. Submit your request as an issue.
122
134
123
135
### Submitting patches
124
-
1. All contributors must sign a contributor license agreement. See the [CONTRIBUTORS](https://raw.githubusercontent.com/google/closure-compiler/master/CONTRIBUTORS) file for details.
136
+
1. All contributors must sign a contributor license agreement (CLA).
137
+
A CLA basically says that you own the rights to any code you contribute,
138
+
and that you give us permission to use that code in Closure Compiler.
139
+
You maintain the copyright on that code.
140
+
If you own all the rights to your code, you can fill out an
If your employer has any rights to your code, then they also need to fill out
143
+
a [corporate CLA](http://code.google.com/legal/corporate-cla-v1.0.html).
144
+
If you don't know if your employer has any rights to your code, you should
145
+
ask before signing anything.
146
+
By default, anyone with an @google.com email address already has a CLA
147
+
signed for them.
125
148
2. To make sure your changes are of the type that will be accepted, ask about your patch on the [Closure Compiler Discuss Group](https://groups.google.com/forum/#!forum/closure-compiler-discuss)
126
149
3. Fork the repository.
127
150
4. Make your changes.
@@ -234,7 +257,7 @@ options/arguments in your CUI application.</td>
234
257
235
258
<tr>
236
259
<td>Version</td>
237
-
<td>18.0</td>
260
+
<td>20.0</td>
238
261
</tr>
239
262
240
263
<tr>
@@ -331,7 +354,7 @@ options/arguments in your CUI application.</td>
331
354
332
355
<tr>
333
356
<td>URL</td>
334
-
<td>http://code.google.com/p/protobuf/</td>
357
+
<td>https://github.com/google/protobuf</td>
335
358
</tr>
336
359
337
360
<tr>
@@ -437,7 +460,7 @@ without make's wrinkles and with the full portability of pure java code.</td>
0 commit comments