summaryrefslogtreecommitdiff
path: root/_posts/2011-02-18-be-social.markdown
diff options
context:
space:
mode:
authorCameron McEfee <cameron@github.com>2011-02-25 18:03:51 -0800
committerCameron McEfee <cameron@github.com>2011-02-25 18:03:51 -0800
commit57c3a33ebf173f06fe2e206c0dc3a2cf9aac3b4b (patch)
tree7f9faad391de2b9e857978823368dc9d474274ea /_posts/2011-02-18-be-social.markdown
parent6ec471bf54b9623d963767df9b2afced3b812220 (diff)
updated social
Diffstat (limited to '_posts/2011-02-18-be-social.markdown')
-rw-r--r--_posts/2011-02-18-be-social.markdown14
1 files changed, 12 insertions, 2 deletions
diff --git a/_posts/2011-02-18-be-social.markdown b/_posts/2011-02-18-be-social.markdown
index f83cbc7..14f55f8 100644
--- a/_posts/2011-02-18-be-social.markdown
+++ b/_posts/2011-02-18-be-social.markdown
@@ -64,14 +64,24 @@ At some point you may want to stay up-to-date with a specific project. We&rsquo;
You&rsquo;ve done some of the most basic social interaction GitHub has to offer, but don&rsquo;t stop there! Check out these other social features:
-- <span class="step-title">Pull requests</span>
+- <span class="step-title">Pull Requests</span>
- If you are hoping to contribute back to the original fork, you can send the original author a [pull request](/pull-requests/).
+ <img src="/images/bootcamp/bootcamp_4_pull_requests.jpg" width="558" height="100" alt="Pull Requests" class="bootcamp top-margin"/>
+
+ You may find yourself wanting to contribute to someone else&rsquo;s project, whether to add features or to fix bugs. After making changes, you can let the original author know about them by sending a [pull request](/pull-requests/).
- <span class="step-title">Issues</span>
+
+ <img src="/images/bootcamp/bootcamp_4_issues.jpg" width="558" height="131" alt="Issues" class="bootcamp top-margin"/>
When you are collaborating on a project with someone, you some times come across problems that need to be fixed. To help you keep track of these problems, each GitHub repo has a section called Issues. For an example, check out the [issues](https://github.com/octocat/Spoon-Knife/issues) for the Spoon-Knife repo.
+
+- <span class="step-title">Organizations</span>
+ <img src="/images/bootcamp/bootcamp_4_org.jpg" width="558" height="200" alt="Organizations" class="bootcamp top-margin"/>
+
+ Have you found yourself wishing you could collaborate with multiple developers on one project? You can manage everyone with Organizations! With an organization you can establish teams with special permissions, have a public organization profile, and keep track of activity within the organization.
+
##<span>Lastly:</span> Celebrate
Congratulations! You are quite the socialite. What do you want to do next?