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

Commit 9af53e8

Browse files
authored
Add welcome swift-api paragraph from @saeta, remove old paragraph
1 parent 3f35fdf commit 9af53e8

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

CONTRIBUTING.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Contributing guidelines
22

3+
## Welcome!
4+
5+
`swift-apis` is a carefully curated set of maintained APIs and functionality.
6+
We generally aim to incubate new features in the library ecosystem that builds
7+
on top of Swift for TensorFlow. Popular functionality, such as new layers or
8+
helpful abstractions, often graduate into `swift-apis` after maturing in other
9+
repositories first (e.g. `swift-models`), where the development team and the
10+
community can try them out in context and iterate quickly.
11+
312
## How to become a contributor and submit your own code
413

514
### Contributor License Agreements
@@ -65,10 +74,6 @@ With the exception that 4-space indendation be used.
6574
- If required, replace variable names from Python docs to reflect the Swift code.
6675
For example: `y_true` and `y_predict` in TensorFlow 2.x API docs will become
6776
`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.
7277

7378
## Community
7479

0 commit comments

Comments
 (0)