@@ -214,11 +214,12 @@ tfa.options.TF_ADDONS_PY_OPS = True
214214This variable defaults to ` True ` on Windows and macOS, and ` False ` on Linux.
215215
216216#### 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.
220221
221- Subpackage maintainership will only be granted after substantial contribution
222+ Full write access will only be granted after substantial contribution
222223has been made in order to limit the number of users with write permission.
223224Contributions can come in the form of issue closings, bug fixes, documentation,
224225new 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/
229230on this topic.
230231
231232#### 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
233234and less useful to the community as time goes on. In order to keep the
234235repository sustainable, we'll be performing bi-annual reviews of our code to
235236ensure everything still belongs within the repo. Contributing factors to this
0 commit comments