Documentation

Differences between revisions 2 and 3
Revision 2 as of 2012-08-02 17:39:42
Size: 2796
Editor: pool-151-205-99-127
Comment:
Revision 3 as of 2012-08-02 17:55:55
Size: 2787
Editor: 99-41-167-234
Comment:
Deletions are marked like this. Additions are marked like this.
Line 59: Line 59:
Inside the `ubuntu-community-accomplishments` branch is a `help` directory. This is where you can find the different Mallard files. Please edit the documentation, improve it, expand it, and make it better for our users. Inside the `ubuntu-accomplishments-viewer` branch is a `help` directory. This is where you can find the different Mallard files. Please edit the documentation, improve it, expand it, and make it better for our users.
Line 63: Line 63:
From inside your `ubuntu-community-accomplishments` branch. From inside your `ubuntu-accomplishments-viewer` branch.
Line 80: Line 80:
bzr push lp:~yourlaunchpadusername/ubuntu-community-accomplishments/give-your-branch-a-cool-name-here bzr push lp:~yourlaunchpadusername/ubuntu-accomplishments-viewer/give-your-branch-a-cool-name-here
Line 83: Line 83:
Now go to Launchpad and propose it for merging into `lp:ubuntu-accomplishments-system`. Now go to Launchpad and propose it for merging into `lp:ubuntu-accomplishments-viewer`.

Documentation

Documenting the Ubuntu Accomplishments

Every accomplishment you see in the app provides information and guidance for how to get started and achieve the accomplishment. The goal of this documentation is to provide detailed guidance of what the trophy is, how to get started, what you need to do to accomplish it, and where you can find help.

Fortunately providing this documentation is simple; it just means editing text files.

Getting The Accomplishments

Grab the accomplishments by running:

bzr branch lp:ubuntu-community-accomplishments

In there you can see an accomplishments directory with an ubuntu-community accomplishments directory. To improve the documentation, just open up each .accomplishment file and edit the content in there.

For more information on what the different sections mean, see this page.

Submitting Your Contribution

From inside your ubuntu-community-accomplishments branch.

If you added new documentation files, first add them:

bzr add

Now commit your changes:

bzr commit

Now push them to Launchpad:

bzr push lp:~yourlaunchpadusername/ubuntu-community-accomplishments/give-your-branch-a-cool-name-here

Now go to Launchpad and propose it for merging into lp:ubuntu-community-accomplishments.

Documenting the App Itself

Included with the GUI app is documentation for how it works. The system is designed for all users (beginner upwards), so it is important we have simple, effective documentation. This is a great place to help!

The documentation is written using Mallard (http://projectmallard.org/).

Make sure you have the system installed and running. Installation instructions are here

Inside the ubuntu-accomplishments-viewer branch is a help directory. This is where you can find the different Mallard files. Please edit the documentation, improve it, expand it, and make it better for our users.

Submitting Your Contribution

From inside your ubuntu-accomplishments-viewer branch.

If you added new documentation files, first add them:

bzr add

Now commit your changes:

bzr commit

Now push them to Launchpad:

bzr push lp:~yourlaunchpadusername/ubuntu-accomplishments-viewer/give-your-branch-a-cool-name-here

Now go to Launchpad and propose it for merging into lp:ubuntu-accomplishments-viewer.

Accomplishments/GetInvolved/Documentation (last edited 2012-08-02 17:55:55 by 99-41-167-234)