Creating a new profile - patriba/People GitHub Wiki

How to create a new profile

  1. In CRM, ensure that you have a user profile or create one - https://live.crm.ssw.com.au/main.aspx#

The profile in CRM is important to load your list of skills. See Adding CRM Skills

Instructions_CRM_Users.png
Figure: Find your user profile in CRM

If your name is not in the list click in + New

Instructions_Create_User_CRM.png
Figure: Add New

  1. Fork the repository SSWConsulting/People - Branch: master

Instructions_Fork_Repository.png
Figure: Fork the Repository to be able to create a new profile

  1. Clone your forked repository

Hint: You can use GitHub Desktop

Instructions_Clone_Forked_Repository.png
Figure: Clone the forked repository to start to create a new profile

  1. In Windows Explorer, Copy & Paste "Bob Northwind" Profile folder

Instructions_Copy_Paste_Folder.png
Figure: Copy & Paste "Bob Northwind" folder

  1. Change folder and file names to match user’s Firstname-Lastname identifier
    • Firstname-Lastname must be identical to CRM data

Instructions_Change_Folder_Name.png
Figure: Change folder's name from "Bob-Northwind" to "Firstname-Lastname"

Instructions_Change_File_Names.png
Figure: Change profile file's name from "Bob-Northwind" to "Firstname-Lastname"

Instructions_Change_Image_Name.png
Figure: Replace the profile images from "Bob-Northwind" to "Firstname-Lastname"

  1. Open Firstname-Lastname.md file and update profile information

Instructions_Change_File_Names.png
Figure: Open & Update profile file

  • If you want to include badges to your profile, look for the image in the /badges folder
  • If you want to add images or your badge is not in the /badges folder, follow the instruction in How to add images on GitHub section
  1. Commit your changes

Instructions_Commit_Push_Changes.png
Figure: Commit your changes

  1. Create Pull Request and you are done
    Follow instructions in the step 5 in How to publish your changes section

TODO: Improve user experience (automation)