Activity Team/Git FAQ: Difference between revisions
first pass at a gitorious FAQ |
|||
| Line 7: | Line 7: | ||
=== How do I create a fork of an existing project? === | === How do I create a fork of an existing project? === | ||
Click on the Repositories Tab of the project page in Gitorious. Click on "Mainline". A link will appear on the right-hand side of the page saying, "Clone repository" | Click on the Repositories Tab of the project page in Gitorious. Click on "Mainline". A link will appear on the right-hand side of the page saying, "Clone repository". | ||
=== How do I request a merge? === | |||
Click on the Repositories Tab of the project page in Gitorious. Click on "Mainline". A link will appear on the right-hand side of the page saying, "Request merge". | |||
=== How do I added a committer? === | |||
Click on the Repositories Tab of the project page in Gitorious. Click on "Mainline". A link will appear on the right-hand side of the page saying, "Add Committer". | |||
=== How do I get translations for my project? === | |||
# Use the gettext mechanism for your stings. | |||
# Use <code>python setup.py genpot</code> to generate a .pot file for your project. | |||
# Fill a ticket requesting that your POT file be added to Pootle. Assign the ticket to "Localization". | |||
# Add User Pootle to the list of committers on your project. | |||
=== What if my project has a binary blob? === | === What if my project has a binary blob? === | ||