The AcklenAvenue official website.
In order to complete this task you need to have a GitHub account, If you have one then Sign in. If you don’t have an account then you need to create one by clicking Sign up. If you have any problem with this guide please reach to an Acklen Avenue developer for support.
- Now you need to Fork the repository, in order to do that, click on the fork button.
2. Now a popup will display, select your profile image/gravatar to confirm where to Fork.
- Once inside the forked repository click on _data folder
4. Inside _data folder click on file named **team.json** and it shows you a list of all the Ackleners. This is the file that you need to _edit_ in order to add your information to Acklen Avenue site, to edit the file click on the _pencil_ icon as shown on the image below
5. Now you have to scroll to the bottom of the file and select the information of the last Acklener on the list in order to _Copy_ his information as a guide for your own information.
Here's an example of the code you have to copy, just replace your information and don't forget the comma as shown in the image above
{
"name": "<-Your information->",
"lastName": "<-Your information->",
"gravatarEmail": "<-Your information->",
"position": "<-Your information->",
"location": "<-Your information->",
"department": ["All Ackleners", "<-Your Department->"], //List of Departments inside Acklen Avenue, you MUST have to specify ONE from the list: Leadership and Operations, Developers, Quality Assurances, Designers, DevOps, Product Owners, Scrum Masters, Engagement Managers, Human Resources, Architects.
"facebook": "<-Your information->",
"twitter": "<-Your information->",
"github": "<-Your information->",
"linkedin": "<-Your information->",
"quote": "<-Your information->!"
}
6. Once you have _Copied/Pasted_ the info, you need to replace it with your own information. Replace the text **–Add Your Name—** with your personal information and so on.
Note: Keep in mind not to exceed 120 characters for your personal quote.
Note: List of Departments inside Acklen Avenue (you MUST have to specify ONE from the list): Leadership and Operations, Developers, Quality Assurances, Designers, DevOps, Product Owners, Scrum Masters, Engagement Managers, Human Resources, Architects.
7. Once you added your information you have to **Commit** those changes to the repository
8. After that you need to click on **Pull request** TAB and click the green button in order to create a **New Pull Request**.
9. Comparing changes: Make sure that the base fork is AcklenAvenue, then click **Create pull request** button
10. Add a message for your pull request and Click button **Create pull request**
11. Congratulations!, you have successfully created a New pull request in order to add yourself to Acklen Avenue website.