@@ -85,9 +85,9 @@ beforehand, to ascertain that the RFC may be desirable; having a consistent
85
85
impact on the project requires concerted effort toward consensus-building.
86
86
87
87
The most common preparations for writing and submitting an RFC include talking
88
- the idea over on #rust-internals, filing and discussing ideas on the
89
- [ RFC issue tracker ] , and occasionally posting "pre-RFCs" on the
90
- [ developer discussion forum ] for early review .
88
+ the idea over on #rust-internals, discussing the topic on our [ developer discussion forum ] ,
89
+ and occasionally posting "pre-RFCs" on the developer forum. Please do not file
90
+ feature requests as issues on this repo .
91
91
92
92
As a rule of thumb, receiving encouraging feedback from long-standing project
93
93
developers, and particularly members of the relevant [ sub-team] is a good
@@ -251,6 +251,22 @@ consensus and community norms, not impose more structure than necessary.
251
251
[ RFC repository ] : http://github.com/rust-lang/rfcs
252
252
[ sub-team ] : http://www.rust-lang.org/team.html
253
253
254
+ ## Issues on this repo
255
+
256
+ As mentioned before, the issues on this repo are not for feature requests.
257
+
258
+ They may be used for:
259
+
260
+ - Cleanup/housekeeping of the repo itself
261
+ - Tracking multi-rfc endeavors
262
+ - Recording general problem statements the Rust teams wish to eventually solve
263
+
264
+ For the last one this is basically for listing problems for which there
265
+ is general consensus that we _ want_ to solve the problem, but have not
266
+ yet settled on a solution. Such issues can be used for tracking any
267
+ discussions that occur on the internals forum relevant to this topic,
268
+ as well as tracking any RFCs which potentially may solve the problem.
269
+
254
270
## License
255
271
[ License ] : #license
256
272
0 commit comments