Closed dkp closed 7 years ago
Let's figure out the whole pull request thing - it will be a valuable skill for contributing to other projects.
To make a pull request you need to create your own fork of the repository first
In that fork you will need to create a new branch. You are the owner of your fork so you can make all the changes you want. You can create a new branch on GitHub or after pulling your fork locally.
You can then make the desired changes to the index.html file. Again you can do it either on GitHub or locally.
You can now submit a pull request, by going back to the https://github.com/INCF/BIDS repository
Very clear! Thanks so much. You are an excellent teacher! I believe there is now a pull request for you ; )
-Dianne
On Sun, Oct 15, 2017 at 12:13 PM, Chris Filo Gorgolewski < notifications@github.com> wrote:
Let's figure out the whole pull request thing - it will be a valuable skill for contributing to other projects.
1.
To make a pull request you need to create your own fork of the repository first [image: image] https://user-images.githubusercontent.com/238759/31587968-f91f1bbe-b19f-11e7-9b42-7559ed1e8a23.png 2.
In that fork you will need to create a new branch. You are the owner of your fork so you can make all the changes you want. You can create a new branch on GitHub or after pulling your fork locally. [image: image] https://user-images.githubusercontent.com/238759/31588043-0fb7a700-b1a1-11e7-911e-a95e2bf5d71b.png 3.
You can then make the desired changes to the index.html file. Again you can do it either on GitHub or locally. [image: image] https://user-images.githubusercontent.com/238759/31588048-2f10d1ee-b1a1-11e7-8a27-c1bdc145b0e5.png [image: image] https://user-images.githubusercontent.com/238759/31588097-d2faa032-b1a1-11e7-9f8a-1de7a1e3e262.png 4.
You can now submit a pull request, by going back to the https://github.com/INCF/BIDS repository [image: image] https://user-images.githubusercontent.com/238759/31588119-1afff7ba-b1a2-11e7-8da5-5f046a8432bc.png
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/INCF/BIDS/issues/5#issuecomment-336734184, or mute the thread https://github.com/notifications/unsubscribe-auth/AA66QPw6E1gWlaKV2M7xVN6qJza3qVMyks5ssllNgaJpZM4P50e2 .
I have made local changes to index.html, but I do not seem to have permission to submit a pull request though I am logged in to github:
Uploads are disabled. File uploads require push access to this repository.
Here are the changes: index.html.gz.
Description of changes: I added a link to the 2017 paper and I reorganized the list of apps so the bids-apps page is at the top, and then apps are organized alphabetically into nested categories.
However, I have to wonder why some apps are listed here and then a partially overlapping list is on the bids-apps page. It seems like you are doubling your work to maintain 2 lists.