-
Notifications
You must be signed in to change notification settings - Fork 103
Setting up your environment, for making contributions
MonicaGran edited this page Jul 27, 2017
·
7 revisions
Setting up the GitHub environment, for patternfly-design, is something you should only need to do once.
- First, you will need to register for an account on GitHub or sign in to GitHub.
- Then go to the PatternFly-Design Repo on GitHub
- Click on
Forkin the top right corner of the patternfly-design, GitHub page.
- If it asks
Where should we fork this repository?, you will want to fork it to your personal GitHub account, "your_github_name_/patternfly-design".

- Download SourceTree
- Open the SourceTree App (create an account if necessary or sign in with google. Your Jira account will not work)
- On the Connect an account page, select GitHub and sign in with your GitHub credentials, then click
Continue

- On the Clone a repository page, scroll until you see the line named
<yourgithubusername>/patternfly-designand select it. - In the Destination field, type or browse for the folder in which you would like to store your local copy of patternfly-design. Next, click
Clone.

- SourceTree will present you with a list of your repositories. Make sure you are on the
Localtab and double click on your patternfly-design repository.

- Go to
Repository > Add Remote

- Name it
upstream(make sure to use lowercase) and paste in the URLhttps://github.com/patternfly/patternfly-design.git - Note:
upstreamis the main repository andoriginis your personal fork

- Click on the
Fetchbutton, then clickOK
