Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit 247b19f

Browse files
author
ematejska
authored
Small update to from "launched and promoted" to "merged"
1 parent 42f0986 commit 247b19f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rfcs/yyyymmdd-rfc-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Make sure you’ve thought through and addressed the following sections. If a se
6565
- The minimum requirements for this are to consider how this would be used in a Keras-based workflow, as well as a non-Keras (low-level) workflow. If either isn’t applicable, explain why.
6666
- It should show the usage of the new feature in an end to end example (from data reading to serving, if applicable). Many new features have unexpected effects in parts far away from the place of change that can be found by running through an end-to-end example. TFX [Examples](https://github.com/tensorflow/tfx/tree/master/tfx/examples) have historically been good in identifying such unexpected side-effects and are as such one recommended path for testing things end-to-end.
6767
- This should be written as if it is documentation of the new feature, i.e., consumable by a user, not a TensorFlow developer.
68-
- The code does not need to work (since the feature is not implemented yet) but the expectation is that the code does work before the feature can be launched or promoted.
68+
- The code does not need to work (since the feature is not implemented yet) but the expectation is that the code does work before the feature can be merged.
6969

7070
### Compatibility
7171
* Does the design conform to the backwards & forwards compatibility [requirements](https://www.tensorflow.org/programmers_guide/version_compat)?

0 commit comments

Comments
 (0)