The complex part of the process is figuring out how GitHub works. The problem I'm having with GitHub (as far as I can tell) is either (1) creating a fork or (2) submitting a pull request of the fork I've created (I'm not sure). Creating the first fork of /rust-lang/rfcs was easy: I just clicked the "Fork" button on the website. But now that I'm trying to fork /rust-lang/rfcs for the second time, clicking that same "Fork" button just takes to my previous fork. I managed to maybe create another fork using this guide: http://adrianshort.org/2011/11/08/create-multiple-forks-of-a-github-repo/ but I can't create a pull request of the changes I've made to that fork (assuming the thing that I created is in fact a fork). Here's this second fork that I made (maybe): https://github.com/TommiT/private-trait-items
Yes, I've read the guide [1] For completeness sake, here's the first fork (which I did manage to create and make the pull request in it, although the intermediate step of moving a file became part of the pull request when it shouldn't have): https://github.com/TommiT/rfcs On 2014-04-22, at 16:52, Flaper87 <[email protected]> wrote: > > 2014-04-22 15:45 GMT+02:00 Tommi <[email protected]>: > No one? > > I understand that a part of the reason the RFC process is made so complex is > that it filters out idiots like me. But I think this one is a pretty > important design choice that Rust is about to get wrong. > > > If the RFC process is complex, then I believe there's something we should > probably make easier. The idea is not to filter folks out but to welcome them > and make the collaboration process easier for everyone > > What parts of this process are complex? [0] > What problems are you having with GitHub? > Have you looked into this guide? [1] > > [0] https://github.com/rust-lang/rfcs/blob/master/active/0001-rfc-process.md > [1] https://help.github.com/articles/using-pull-requests > > Flavio > > > -- > Flavio (@flaper87) Percoco > http://www.flaper87.com > http://github.com/FlaPer87
_______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
