FAIR UNiverse project website
To make changes to the website, follow the steps below:
git clone https://github.com/FAIR-Universe/FAIR-Universe.github.io.git
git checkout -b BRANCH_NAME
To make changes in the main page, check index.html
file. For credits page, check credits.html
. You can open these files in a text editor e.g. notepad, visual studio code etc. Search for keywords which you want to change.
Push you changes using the following commands:
git add .
git commit -m "commit message"
git push -u origin BRANCH_NAME
Once you have pushed your changes, create a Pull Request which will then be reviewed by a reviewer.