File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,19 @@ The compiler-team repo issues are intended to be low traffic and used for proced
133
133
134
134
## How does one register as reviewer, register approval, or raise an objection?
135
135
136
- These types of procedural comments can be left on the issue (it's also good to leave a message in Zulip). See the previous section.
136
+ These types of procedural comments can be left on the issue (it's also good to leave a message in Zulip). See the
137
+ previous section. To facilitate a machine parsable scanning of the concerns please use the following syntax to formally
138
+ register a concern:
139
+ ```
140
+ @rustbot concern reason-for-concern
141
+
142
+ <long description of the concern>
143
+ ```
144
+
145
+ And the following syntax to lift a concern when resolved:
146
+ ```
147
+ @rustbot resolve reason-for-concern
148
+ ```
137
149
138
150
## Who decides whether a concern is unresolved?
139
151
You can’t perform that action at this time.
0 commit comments