Skip to content

Commit f37ced3

Browse files
committed
Issues are not feature requests
1 parent c892139 commit f37ced3

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

README.md

+19-3
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ beforehand, to ascertain that the RFC may be desirable; having a consistent
8585
impact on the project requires concerted effort toward consensus-building.
8686

8787
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.
9191

9292
As a rule of thumb, receiving encouraging feedback from long-standing project
9393
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.
251251
[RFC repository]: http://github.com/rust-lang/rfcs
252252
[sub-team]: http://www.rust-lang.org/team.html
253253

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+
254270
## License
255271
[License]: #license
256272

0 commit comments

Comments
 (0)