Skip to content

Commit

Permalink
Raising visibility of RFCs to encourage community participation.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 313312964
  • Loading branch information
rcrowe-google authored and tfx-copybara committed May 27, 2020
1 parent 5926ed2 commit 502c74c
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
We'd love to accept your patches and contributions to this project. There are
just a few small guidelines you need to follow.

## Requests For Comment

TFX is an open-source project and we strongly encourage active participation
by the ML community in helping to shape TFX to meet or exceed their needs. An
important component of that effort is the RFC process. Please see the listing
of [current and past TFX RFCs](RFCs.md). Please see the
[TensorFlow Request for Comments (TF-RFC)](https://github.com/tensorflow/community/blob/master/governance/TF-RFCs.md)
process page for information on how community members can contribute.

## Contributor License Agreement

Contributions to this project must be accompanied by a Contributor License
Expand Down
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,12 @@ For detailed previous and upcoming changes, please

#### Requests For Comment

For designs, we started to publish
[RFCs](https://github.com/tensorflow/community/tree/master/rfcs) under the
Tensorflow community.
TFX is an open-source project and we strongly encourage active participation
by the ML community in helping to shape TFX to meet or exceed their needs. An
important component of that effort is the RFC process. Please see the listing
of [current and past TFX RFCs](RFCs.md). Please see the
[TensorFlow Request for Comments (TF-RFC)](https://github.com/tensorflow/community/blob/master/governance/TF-RFCs.md)
process page for information on how community members can contribute.

## Examples

Expand Down
22 changes: 22 additions & 0 deletions tfx/RFCs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Requests for Comment (RFCs)

TFX is an open-source project and we strongly encourage active participation
by the ML community in helping to shape TFX to meet or exceed their needs. An
important component of that effort is the RFC process. Please see the
[TensorFlow Request for Comments (TF-RFC)](https://github.com/tensorflow/community/blob/master/governance/TF-RFCs.md)
process page for information on how community members can contribute.

Below are the current and past TFX RFCs and their current status.

Title | Date | Status |
----- | ---- | ------ |
[**TFX Tuner Component**](https://github.com/tensorflow/community/blob/master/rfcs/20200420-tfx-tuner-component.md) | **2020-04-20** | **Proposed** |
[Combining ModelValidator with Evaluator](https://github.com/tensorflow/community/blob/master/rfcs/20200117-tfx-combining-model-validator-with-evaluator.md) | 2020-01-17 | Accepted |
[TFX Generic Trainer](https://github.com/tensorflow/community/blob/master/rfcs/20200117-tfx-generic-trainer.md) | 2020-01-17 | Accepted |
[Standardized TFX Inputs](https://github.com/tensorflow/community/blob/master/rfcs/20191017-tfx-standardized-inputs.md) | 2019-10-03 | Accepted |
[TFX Iterative Notebook Proposal](https://github.com/tensorflow/community/blob/master/rfcs/20190815-tfx-notebook.md) | 2019-09-17 | Approved |
[TFX Generic Container-based Component Proposal](https://github.com/tensorflow/community/blob/master/rfcs/20190904-tfx-generic-container-based-component.md) | 2019-09-04 | Accepted |
[TFX Container Component Execution Proposal](https://github.com/tensorflow/community/blob/master/rfcs/20190829-tfx-container-component-execution.md) | 2019-08-29 | Accepted |
[TFX Resolver](https://github.com/tensorflow/community/blob/master/rfcs/20190828-tfx-resolver.md) | 2019-08-28 | Accepted |
[Kubeflow Pipelines & TFX](https://github.com/tensorflow/community/blob/master/rfcs/20190630-tfx-on-kfp.md) | 2019-06-30 | Implemented |
[TensorFlow Extended (TFX) orchestration and configuration](https://github.com/tensorflow/community/blob/master/rfcs/20190718-tfx-orchestration.md) | 2018-12-18 | Implemented |

0 comments on commit 502c74c

Please sign in to comment.