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
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,23 @@ See these [guidelines](CONTRIBUTING_TECHNIQUE.md).
30
30
31
31
### Other Contributions
32
32
33
-
Please wait until we finish this section.
33
+
There are two categories of PRs that are welcome:
34
+
35
+
1. All documentation fixes.
36
+
37
+
2. PRs for issues labeled with ["contributions welcome"](https://github.com/tensorflow/model-optimization/issues?q=is%3Aissue+is%3Aopen+label%3A%22contributions+welcome%22).
38
+
TFMOT considers these issues critical enough to fix (e.g. significant impact on user experience) and will provide basic guidance to volunteers. The list
39
+
is intentionally kept small. Prior to starting, it'd be a good idea to see if the issue is still important.
40
+
41
+
For other types of PRs, file a Github issue first, using an available template. If it makes sense
42
+
, we'll attach the "contributions welcome" label and assign you the issue.
43
+
44
+
Issues with a ["good first issue" label](https://github.com/tensorflow/model-optimization/issues?utf8=%E2%9C%93&q=is%3Aopen+label%3A%22contributions+welcome%22+label%3A%22good+first+issue%22+)
45
+
are good for new contributors.
46
+
47
+
These guidelines seek to prioritize efforts that would benefit the community the most.
48
+
Feedback is welcome.
49
+
34
50
35
51
New features and bug fixes for documented features should come with a
0 commit comments