Create a fork, a new branch, and submit a PR.
-
Fork the
group_members
repo -
Clone your fork on your computer
$ git clone https://github.com/YOURGITHUBLOGIN/group_members.git fork_group_members
-
Checkout the
develop
branch. -
Create a new branch with your name (you must be in your newly created
fork_group_members/
directory)$ git checkout -b practice_your_github_login
-
Create a
your_github_login.json
file in thedocs/_data
folder. To do so open your favorite text editor and copy the following code snippet--- github: your_github_login name: FirstName LastName group: GROUP ---
Example:
--- github: syarra name: Sylvain Arreckx group: SBG ---
-
Save and quit.
-
Add
andcommit
the file, thenpush
the file to the repository -
Then, create a PR to the
develop
branch. -
Wait until all tests passed and correct the file if the tests haven't passed.
-
Assign one
syarra
orlaurentheirendt
to review and merge your PR. If everything went well, your PR will be reviewed by one of the administrators and merged. -
See your avatar and name at https://uni-lu.github.io/group_members/ (the page might take a few minutes to update)