Confirmed users
195
edits
m (image size) |
m (formatting) |
||
| Line 1: | Line 1: | ||
< intro here> | < intro here> | ||
== Create a Github Account == | == Instructions for Team Alopex == | ||
This section includes instructions for Alopex Product + Design teams. | |||
=== Create a Github Account === | |||
# Create your account at [http://www.github.com Github.com] | # Create your account at [http://www.github.com Github.com] | ||
# Email your Github handle to ehunt@mozilla.com - she'll add you to the Github org as a Member. | # Email your Github handle to ehunt@mozilla.com - she'll add you to the Github org as a Member. | ||
== Set up Github Desktop client == | === Set up Github Desktop client === | ||
# '''Install [https://desktop.github.com/ Github Desktop client].''' | # '''Install [https://desktop.github.com/ Github Desktop client].''' | ||
# '''Open Github Desktop and add your Github account details.''' | # '''Open Github Desktop and add your Github account details.''' | ||
| Line 25: | Line 28: | ||
*We're not accepting pull requests (for now) -- this may change your workflow. You can just clone and pull/push to master. | *We're not accepting pull requests (for now) -- this may change your workflow. You can just clone and pull/push to master. | ||
== Example Workflow == | === Example Workflow === | ||
# '''Create something you want to share in public.''' | # '''Create something you want to share in public.''' | ||
# '''Export files.''' | # '''Export files.''' | ||
| Line 34: | Line 37: | ||
== Pushing to Github == | === Pushing to Github === | ||
This workflow is a simplified way to interact with Github. We're using this simplified approach so team members who aren't familiar with Github can get used to it, before we move on to more sophisticated methods. | This workflow is a simplified way to interact with Github. We're using this simplified approach so team members who aren't familiar with Github can get used to it, before we move on to more sophisticated methods. | ||
| Line 59: | Line 62: | ||
== Gathering Feedback from Team and Collaborators == | === Gathering Feedback from Team and Collaborators === | ||
All files in the remote Github repo are visible to anyone on the web. So people can browse the repo and look at your files if they want to get an update on the project. But we'll get more (and more effective) feedback if we actively solicit it. | All files in the remote Github repo are visible to anyone on the web. So people can browse the repo and look at your files if they want to get an update on the project. But we'll get more (and more effective) feedback if we actively solicit it. | ||
| Line 71: | Line 74: | ||
== Github Roles == | === Github Roles === | ||
* '''Members:''' Everyone on a project team is invited to the project's Github repo as a Member. Members can clone, pull, and push to any repositories. | * '''Members:''' Everyone on a project team is invited to the project's Github repo as a Member. Members can clone, pull, and push to any repositories. | ||