@@ -214,11 +214,12 @@ tfa.options.TF_ADDONS_PY_OPS = True
214
214
This variable defaults to ` True ` on Windows and macOS, and ` False ` on Linux.
215
215
216
216
#### Proxy Maintainership
217
- TensorFlow Addons has been designed to compartmentalize subpackages and submodules so
218
- that they can be maintained by users who have expertise and a vested interest
219
- in that component.
217
+ TensorFlow Addons has been designed to compartmentalize submodules so
218
+ that they can be maintained by community users who have expertise, and a vested
219
+ interest in that component. We heavily encourage users to submit sign up to maintain a
220
+ submodule by submitting your username to the [ CODEOWNERS] ( .github/CODEOWNERS ) file.
220
221
221
- Subpackage maintainership will only be granted after substantial contribution
222
+ Full write access will only be granted after substantial contribution
222
223
has been made in order to limit the number of users with write permission.
223
224
Contributions can come in the form of issue closings, bug fixes, documentation,
224
225
new code, or optimizing existing code. Submodule maintainership can be granted
@@ -229,7 +230,7 @@ For more information see [the RFC](https://github.com/tensorflow/community/blob/
229
230
on this topic.
230
231
231
232
#### Periodic Evaluation of Subpackages
232
- Given the nature of this repository, subpackages and submodules may become less
233
+ Given the nature of this repository, submodules may become less
233
234
and less useful to the community as time goes on. In order to keep the
234
235
repository sustainable, we'll be performing bi-annual reviews of our code to
235
236
ensure everything still belongs within the repo. Contributing factors to this
0 commit comments