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

Commit 3f35fdf

Browse files
authored
Limit no. of characters per line - CONTRIBUTING.md
1 parent 38d9a00 commit 3f35fdf

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,13 @@ With the exception that 4-space indendation be used.
6262
#### API documentation contribution guidelines
6363

6464
* For APIs ported from Python TensorFlow, adopt the API documentation from [tensorflow.org/api_docs](https://www.tensorflow.org/api_docs) as a starting point.
65-
- If required, replace variable names from Python docs to reflect the Swift code. For example: `y_true` and `y_predict` in TensorFlow 2.x API docs will become `expected` and `predicted` in Swift for TensorFlow, respectively.
66-
* When you contribute a new feature to Swift for TensorFlow, the maintenance burden is (by default) transferred to the Swift to TensorFlow team. This means that the benefit of the contribution must be compared against the cost of maintaining the feature.
65+
- If required, replace variable names from Python docs to reflect the Swift code.
66+
For example: `y_true` and `y_predict` in TensorFlow 2.x API docs will become
67+
`expected` and `predicted` in Swift for TensorFlow, respectively.
68+
* When you contribute a new feature to Swift for TensorFlow, the maintenance burden is
69+
(by default) transferred to the Swift to TensorFlow team. This means that the benefit
70+
of the contribution must be compared against the cost of maintaining the
71+
feature.
6772

6873
## Community
6974

0 commit comments

Comments
 (0)