Open Remi-Gau opened 4 years ago
@Remi-Gau
Step 3: I think it should be changed from:
git clone https://github.com/_YOUR_GITHUB_USERNAME_/OHBM_hackathon2020.git
git clone https://github.com/_YOUR_GITHUB_USERNAME_/hackathon2020.git
Cheers!
Good catch @sofievdbos
:smile: So you want to contribute an image to the venue page of the OHBM 2020 brainhack. :smile:
You will have to add file of your image to the
img/venue
folder and modify the file_data/venue.yml
.So here are the steps you need to do to make a pull request to do so. If you have never made a pull request, you could join the Git and GitHub session of the TrainTrack and then use this as an exercise to practice.
Find a image you want to add If you don't have one, you can search some freely available images on unsplash.
Fork the hackathon2020 repository to create a copy of it your github account You can find more information about forking here
Clone the repository from your github account to your computer
Create a new branch where you want to add your image, and switch to that branch
Add the image file Put a copy of your image in the
img/venue
folder and rename it with your github username liek soGITHUB_USERNAME.jpg
.Modify the
_data/venue.yml
You can simply add the following code to the top of the file and replace the YOUR NAME and IMAGE_FILENAME with the appropriate values.Add and then commit all the changes you have made
Update your github repository by pushing to it the changes made on the repository on your computer
Open a pull request Go and open a pull request page from the
hackathon2020
repository.We (and the magic of automation) will take care of the rest. :-)