GitHub: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 9: | Line 9: | ||
==== https://github.com/mozilla-cordova ==== | ==== https://github.com/mozilla-cordova ==== | ||
* Codebase for Apache Cordova's support of Firefox OS. | |||
==== https://github.com/mozilla-b2g ==== | ==== https://github.com/mozilla-b2g ==== | ||
Line 19: | Line 19: | ||
==== https://github.com/x-tag ==== | ==== https://github.com/x-tag ==== | ||
* Repository for [http://www.x-tags.org x-tags] | * Repository for [http://www.x-tags.org x-tags] | ||
== Recommendations and FAQ == | == Recommendations and FAQ == |
Revision as of 16:13, 28 April 2014
Organizations
There are several Mozilla organizations on Github. Below are details about known repositories
https://github.com/mozilla
- A cornucopia of projects at Mozilla. Use the github owners mailing list for any support questions
https://github.com/mozilla-appmaker
- Source related to Appmaker
https://github.com/mozilla-cordova
- Codebase for Apache Cordova's support of Firefox OS.
https://github.com/mozilla-b2g
- Main source for B2G
https://github.com/rust-lang
- Repository for the Rust Programming Language
https://github.com/x-tag
- Repository for x-tags
Recommendations and FAQ
Reviewing owners and permissions
As an owner or repository admin you're responsible for maintaining the list of people with access to your projects. Please be active and prudent about maintaining this list
Forking vs Transfering
Do not "fork" a repository into a Mozilla organization. Doing so gives every team in the org rights to it.
If you have created a repo on your own account (for example, jsocol/myrepo) and it should live under the Mozilla organization, here are the steps:
- If you're not a member of any team with admin, talk to an org admin.
- Under the repo admin, transfer ownership to the Mozilla organization. If you don't see this option, return to step 1.
- Fork the repo from Mozilla (mozilla/myrepo) back to your account (recreating jsocol/myrepo). While the transferred repo becomes the root of the network on Github (e.g. all forks are now forks of mozilla/myrepo) other users may be pointing to your repo by URL.
- Talk to an org admin to add the appropriate teams to the new Mozilla repo.
Do I need to be an owner to create repositories?
No. If a person has read/write access to another repository in that organization they can make more repositories in that organization.