Skip to content

A demo project aims to be a practicing repository for onboarding developers to the projects department git workflow

Notifications You must be signed in to change notification settings

cyberus-stud/GitWorkflowDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitWorkflowDemo

A demo project aims to be a practicing repository for onboarding developers to the projects department git workflow

To Do

Add new object to the members array on the members.json file, add name, role, and avatar attributes and fill them with your data

Notice that the current available options for avatar are:

  • male-{1, 2, 3, 4}
  • female-{1, 2}

members.json example

{
    "members" : [
        {
            "name" : "YOUR_FIRSTNAME_SURNAME",
            "role" : "YOUR_CURRENT_ROLE",
            "avatar" : "AVATAR_KEY"
        }
    ]
}

Available Avatars

Males Females
male-1 female-1
male-2 female-2
male-3
male-4

About

A demo project aims to be a practicing repository for onboarding developers to the projects department git workflow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •