~kees/ubuntu-community-accomplishments/security-auditor

« back to all changes in this revision

Viewing changes to accomplishments/ubuntu-community/sk/first-branch-merged.accomplishment

 * Translations sync.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
icon = launchpad.png
9
9
depends = ubuntu-community/registered-on-launchpad
10
10
summary = A core part of Launchpad is the ability to host different branches of code (using the Bazaar version control system) and for other people to propose improvements and changes to those branches.
11
 
        What commonly happens here is that you <i>branch</i> the code from launchpad (for example, running <tt>bzr branch lp:the-project</tt>) and this downloads the current main branch to your computer. You then work on improvements to that branch and commit your changes using <tt>bzr commit</tt>. You then uplod your changes to Launchpad using <tt>bzr push</tt> so others can see your work.
 
11
        What commonly happens here is that you <i>branch</i> the code from launchpad (for example, running <tt>bzr branch lp:the-project</tt>) and this downloads the current main branch to your computer. You then work on improvements to that branch and commit your changes using <tt>bzr commit</tt>. You then upload your changes to Launchpad using <tt>bzr push</tt> so others can see your work.
12
12
        You can now propose that your branch is merged into another branch. This means that the owner of the original branch that you improved will contribute your improvements to it, this merging in your work.
13
13
        This trophy is awarded when you have successfully had one of your branches merged into another branch.
14
14
steps = You first need to perform a <i>Merge Proposal</i> to propose your branch is merged into another one. Go to the Launchpad page for the branch that you uploaded and you should see a <i>Propose For Merging</i> link. Click it.