Code review comment for lp:~littlergirl/kubuntu-docs/office

Revision history for this message
Little Girl (littlergirl) wrote :

Hey there,

> Review: Needs Information

> Alrighty I'm a bit confused it looks like this is yet the same
> merge I've already approved, and one I asked for more information
> about. So what exactly happened?

No idea. I submitted it once that I know of. If I'm doing it wrong,
hopefully you can help me figure out how I can fix it. (:

I've entered into this at a bad time with the looming March 22
Precise Pangolin deadline. Darkwing helped me to get started, but has
had other claims on his time, so I've been flying somewhat blind and
hoping not to mess anything up.

I know SVN, which helps with picking up Bazaar. I've done lots of
work with HTML and XHTML, so the XML makes sense to me, although I'm
sure I have quite a bit to learn. I'd love to have someone I could
ask when I need to know something, though. Google often gives
conflicting information. (:

Here's how I do things, so that maybe you can see where one of my
steps is gumming up the works and help me figure out how to do it
smoothly:

1) Go to this page and check what needs to be done:

 https://blueprints.launchpad.net/kubuntu-docs/+spec/desktop-p-kubuntu-docs-precise

2) Pick an .xml file to work on, edit the page, and mark that file as
INPROGRESS on that page.

3) Check that I have the latest code from Launchpad:

 bzr pull

4) Go through the .xml file and fix everything that needs to be
updated (grammar, punctuation, spelling, accuracy of information).

5) Check that the changes I made were the ones I intended to make:

 bzr diff

6) Commit the change to my local working copy:

 bzr commit --author="Little Girl <email address hidden>" -m "COMMENT" FILENAME

7) Push the commit onto Launchpad:

 bzr push lp:~littlergirl/kubuntu-docs/branchname

8) Go to Launchpad:

 https://code.launchpad.net/~

9) Log in.

10) Click the branch I just published.

11) Click the "Propose for Merging" link.

12) Paste the comment from my commit into the box (sometimes adding
to it for clarity).

13) Leave the reviewer box empty.

14) Submit it.

15) Go to this page:

 https://blueprints.launchpad.net/kubuntu-docs/+spec/desktop-p-kubuntu-docs-precise

16) Edit the page and mark the file I just pushed as DONE.

17) Repeat from step 2 or go to bed. (:

--
Little Girl

There is no spoon.

« Back to merge proposal