GetInvolved

Differences between revisions 1 and 2
Revision 1 as of 2012-02-18 01:16:58
Size: 159
Editor: 99-41-167-234
Comment:
Revision 2 as of 2012-02-23 00:36:02
Size: 1250
Editor: 99-41-167-234
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:

== Documentation ==

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 ().

Make sure you have the system installed and running. Installation instructions are [[Accomplishments/Installing:here]]

Inside the `ubuntu-accomplishments-system` 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-system` 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-system/give-your-branch-a-cool-name-here
}}}

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

More information on how to help soon. Right now, do install it (using the link) above and let us know your experience!

Documentation

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 ().

Make sure you have the system installed and running. Installation instructions are Accomplishments/Installing:here

Inside the ubuntu-accomplishments-system 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-system 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-system/give-your-branch-a-cool-name-here

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

Accomplishments/GetInvolved (last edited 2012-12-08 14:11:34 by rafalcieslak256)