@@ -44,6 +44,38 @@ Meta has a [bounty program](https://www.facebook.com/whitehat/) for the safe
4444disclosure of security bugs. In those cases, please go through the process
4545outlined on that page and do not file a public issue.
4646
47+ ### Issue Labels
48+
49+ #### Module/Partner Labels
50+
51+ [ Labels beginning with ` module: ` ] ( https://github.com/pytorch/executorch/labels?q=%22module%3A+%22 )
52+ indicate the area that the issue relates to. The ExecuTorch oncall will
53+ typically add this label.
54+
55+ [ Labels beginning with ` partner: ` ] ( https://github.com/pytorch/executorch/labels?q=%22partner%3A+%22 )
56+ indicate the ExecuTorch partner who owns the issue. The ExecuTorch oncall will
57+ typically add this label.
58+
59+ #### Lifecycle Labels
60+
61+ The ExecuTorch oncall will triage new issues. If the issue requires more
62+ information from the issue's author, oncall will add the ` need-user-input ` label
63+ and wait for the author to respond.
64+
65+ Once the issue contains enough information, the oncall will:
66+ - Ensure that the title is descriptive
67+ - Add one of the labels:
68+ - ` bug ` : The issue describes an unexpected problem
69+ - ` feature ` : The issue describes a request for new functionality
70+ - ` rfc ` : The issue describes a proposed change to functionality
71+ - Add one ` module: ` label or one ` partner: ` label, as described above
72+ - Add the ` triaged ` label
73+
74+ After this point, the oncall has finished the triage process, and the
75+ module owner or partner is responsible for resolving the issue. (See
76+ https://github.com/pytorch/executorch/issues/7679 for the mapping of labels to
77+ owners.)
78+
4779### Claiming Issues
4880We'd love your help closing out [ open
4981issues] ( https://github.com/pytorch/executorch/issues?q=sort%3Aupdated-desc+is%3Aissue+is%3Aopen )
0 commit comments