Creating a new profile - patriba/People GitHub Wiki
How to create a new profile
- 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
Figure: Find your user profile in CRM
If your name is not in the list click in + New
Figure: Add New
- Fork the repository SSWConsulting/People - Branch: master
Figure: Fork the Repository to be able to create a new profile
- Clone your forked repository
Hint: You can use GitHub Desktop
Figure: Clone the forked repository to start to create a new profile
- In Windows Explorer, Copy & Paste "Bob Northwind" Profile folder
Figure: Copy & Paste "Bob Northwind" folder
- Change folder and file names to match user’s Firstname-Lastname identifier
- Firstname-Lastname must be identical to CRM data
Figure: Change folder's name from "Bob-Northwind" to "Firstname-Lastname"
Figure: Change profile file's name from "Bob-Northwind" to "Firstname-Lastname"
Figure: Replace the profile images from "Bob-Northwind" to "Firstname-Lastname"
- Open Firstname-Lastname.md file and update profile information
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
- Commit your changes
Figure: Commit your changes
- 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)