Every time I suggest something on uservoice that seems to have any interest, I get told to submit a pull request, which is a pain because although I have tried, I’m not familiar enough with Github or Git to know if I did it right. I had originally forked CodeIgniter and submitted a pull request for something, then I wanted to make some changes to the upload class:
https://github.com/skunkbad/CodeIgniter/commit/3fb2de553ce7744c9f40a3be08dde86b36cd9fb2
When I made the changes, I tried to submit a pull request, but it said I had already done that, and asked if I wanted to amend the pull request. I said yes, but not sure if that was the right thing to do. How does a person submit two or more pull requests that don’t have anything to do with each other?
I wish somebody could just take a look at:
https://github.com/skunkbad/CodeIgniter/commit/3fb2de553ce7744c9f40a3be08dde86b36cd9fb2
and tell me. I don’t have a lot of time to play around with Github/Git, especially when I won’t use it except for CodeIgniter pull requests, so any help is appreciated.
Are all feature requests handled entirely through pull requests on Github? I’d like to participate in making CI better, but my frustration and confusion with Github/Git makes it hard for me. I wish there was another way.