Skip to content

laurentheirendt/group_members

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SBG & MSP git Training: Practice Session

Build Status

Goal

Create a fork, a new branch, and submit a PR.

Steps

  1. Fork the group_members repo

  2. Clone your fork on your computer

    $ git clone https://github.com/YOURGITHUBLOGIN/group_members.git fork_group_members
  3. Checkout the develop branch.

  4. 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
  5. Create a your_github_login.json file in the docs/_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
    ---
  6. Save and quit.

  7. Add and commit the file, then push the file to the repository

  8. Then, create a PR to the develop branch.

  9. Wait until all tests passed and correct the file if the tests haven't passed.

  10. Assign one syarra or laurentheirendt to review and merge your PR. If everything went well, your PR will be reviewed by one of the administrators and merged.

  11. See your avatar and name at https://uni-lu.github.io/group_members/ (the page might take a few minutes to update)

About

List members of SBG and MSP groups

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages