-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
meta-issue: what href should one use to refer to RFC's? #360
Comments
Here is our thoughts on how to resolve this: We will update RFC process to:
Discussion from weekly meeting: https://github.com/rust-lang/meeting-minutes/blob/master/weekly-meetings/2014-10-07.md#how-to-link-to-rfcs |
I've linked to the RFC document and used the RFC document number to refer to it. I hadn't considered this before. I agree with #3. Naming the RFC after the PR is more consistent and predictable. After all, an RFC that wasn't approved was still a request for comments. |
What was the rule for updating an RFC after it's merged to rust-lang/rfc ? Will it be updated only for filling out the indexing data and such, or making typographical changes? My understanding is that the PR page only links to the forked RFC repo and doesn't necessarily guide us to the latest version of the RFC text. |
Can you also update https://github.com/rust-lang/rfcs#the-rfc-life-cycle on removal of the "complete" folder? I'm new to the RFC process and got confused about it. |
When I want to write a link to an RFC in a blog post (or in an issue in a repository of Rust code, or in the rust-lang/rust repo, etc), it is not clear if I should link to the issue number for the PR for that RFC, or to the RFC document itself.
The main problem here, to my mind, is that neither of the two options above is obviously correct, at least not until an RFC has reached the "complete" stage. Here is why:
(I am not entirely certain what the active/complete directory structure is buying us, to be honest.)
So: What href's should I be using right now? And also, should we perhaps change out conventions here to make one of the above choices "obviously right"? Note that either choice can work, given the appropriate conventions; for example, if we update the description in the PR to always point to a rendered "current' document (i.e. when it goes from "active" to "complete", then you also update the PR description), then the first bullet would be fine. Likewise, if we got rid of the "active"/"complete" directory structure, then the second bullet would be fine.
The text was updated successfully, but these errors were encountered: