You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+12-15Lines changed: 12 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,9 @@ minor, then feel free to make them without discussion.
18
18
19
19
Want to contribute but not sure of what? Here are a few suggestions:
20
20
1. Add a new example or tutorial. Located in [`examples/`](examples),
21
-
these are a great way to familiarize yourself and others with TF-Addons.
21
+
these are a great way to familiarize yourself and others with TF-Addons. See
22
+
[the guidelines](examples/README.md) for more information on how to add
23
+
examples.
22
24
2. Solve an [existing issue](https://github.com/tensorflow/addons/issues).
23
25
These range from low-level software bugs to higher-level design problems.
24
26
Check out the label [help wanted](https://github.com/tensorflow/addons/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22). If you're a new contributor, the label [good first issue](https://github.com/tensorflow/addons/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) can be a good place to start.
@@ -36,11 +38,7 @@ fitting the following criteria:
36
38
* The addon is impactful to the community (e.g. an implementation used
37
39
in widely cited paper)
38
40
* Lastly, the functionality conforms to the contribution guidelines of
0 commit comments