Skip to content

Commit 0cf7882

Browse files
alanchiaotensorflower-gardener
authored andcommitted
Start enabling contributions for individual issues.
PiperOrigin-RevId: 322172830
1 parent 20b20c1 commit 0cf7882

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

CONTRIBUTING.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,23 @@ See these [guidelines](CONTRIBUTING_TECHNIQUE.md).
3030

3131
### Other Contributions
3232

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+
3450

3551
New features and bug fixes for documented features should come with a
3652
modification to the [release notes](RELEASE.md).

0 commit comments

Comments
 (0)