Size: 1477
Comment:
|
Size: 7458
Comment: Added bug tracker for existing project qsg
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
||<tablestyle="float:right; font-size: 0.9em; width:40%; background:#F1F1ED; margin: 0 0 1em 1em;" style="padding:0.5em;">'''Contents'''[[BR]][[TableOfContents]]|| |
|
Line 17: | Line 19: |
Blueprint: https://blueprints.launchpad.net/launchpad-documentation/+spec/what-is-launchpad |
|
Line 27: | Line 31: |
[[Anchor(bug-tracker-overview)]] == bug-tracker-overview == * Overview: A high level introduction to the Launchpad Bug Tracker. * Goal/Deliverables: An article at help.launchpad.net and a corresponding link in the WhatIsLaunchpad page. * Full spec: none * Depends on: n/a '''This guide will be ready for review when it has: * high level description of the Launchpad bug tracker * introduction to multi-project bugs * introduction to external bug watches * overview of the email interface * introduction to integration with Code Hosting * examples of projects using the Launchpad Bug Tracker.''' [[Anchor(code-hosting-overview)]] == code-hosting-overview == * Overview: A high level introduction to Launchpad Code Hosting. * Goal/Deliverables: An article at help.launchpad.net and a corresponding link in the WhatIsLaunchpad page. * Full spec: none * Depends on: n/a '''This guide will be ready for review when it has: * high level description of managing revision history using Bazaar * explanation of why projects and individuals might want to host/mirror code on Launchpad * introduction to CVS/SVN import and an explanation of how people can access that code with Bzr and why * overview of the branch directory, mentioning links to blueprints and bugs.''' [[Anchor(translations-overview)]] == translations-overview == * Overview: A high level introduction to Launchpad Translations. * Goal/Deliverables: An article at help.launchpad.net and a corresponding link in the WhatIsLaunchpad page. * Full spec: none * Depends on: n/a '''This guide will be ready for review when it has: * high level description of the need for a simple way for translators to translate, without touching .po files directly * explanation of the collaborative nature of Launchpad Translations and the benefits therein * mention of: suggestions, translation team policies, standards compatible file export and import * links to some of the projects using Launchpad Translations.''' [[Anchor(blueprint-overview)]] == blueprint-overview == * Overview: A high level introduction to Launchpad's Blueprint Tracker. * Goal/Deliverables: An article at help.launchpad.net and a corresponding link in the WhatIsLaunchpad page. * Full spec: none * Depends on: n/a '''This guide will be ready for review when it has: * high level description of what blueprints are * explanation of: priority, definition status, delivery, assignee, targeting * introduction to dependencies and road maps * introduction to meetings/sprints * mention of use of existing wiki * mention of ability for anyone to create a blueprint but project drivers to decide what is implemented.''' [[Anchor(answers-overview)]] == answers-overview == * Overview: A high level introduction to Launchpad's Answer Tracker. * Goal/Deliverables: An article at help.launchpad.net and a corresponding link in the WhatIsLaunchpad page. * Full spec: none * Depends on: n/a '''This guide will be ready for review when it has: * problem of community knowledge being spread amongst various resources * need to make that knowledge searchable and discoverable * karma as a motivator * answer tracking - make sure questions stand a better chance of getting answers * answer contacts - as above and chance for good community involvement. [[Anchor(file-downloads-qsg)]] == file-downloads-qsg == * Overview: Step by step guide to making binary files available for their project. * Goal/Deliverables: An article at help.launchpad.net. * Full spec: none * Depends on: n/a '''This guide will be ready for review when it has: * brief explanation of file downloads as a way to serve Windows, Mac and non-Ubuntu Linux users * explanation of link between releases and file downloads * step by step guide to go from knowing nothing of file downloads to having your first file available to download. [[Anchor(register-your-project-qsg)]] == register-your-project-qsg == * Overview: Step by step guide to registering a project in Launchpad. * Goal/Deliverables: An article at help.launchpad.net. * Full spec: none * Depends on: '''This guide will be ready for review when it has: * brief overview of how projects work in Launchpad, project groups and how they relate to the Launchpad applications * step by step guide to registering a project in Launchpad. [[Anchor(bug-tracker-for-new-project-qsg)]] == bug-tracker-for-new-project-qsg == * Overview: Step by step guide to preparing the Launchpad Bug Tracker for a new project * Goal/Deliverables: An article at help.launchpad.net. * Full spec: none * Depends on: bug-tracker-overview, register-a-project '''This guide will be ready for review when it has: * brief overview of Bug Tracker benefits * step by step guide to configuring Launchpad for use as the bug tracker for a new project (i.e. without existing bug history) or for a project that doesn't want to preserve an existing bug history. [[Anchor(bug-tracker-for-existing-project-qsg)]] == bug-tracker-for-existing-project-qsg == * Overview: Step by step guide to preparing the Launchpad Bug Tracker for an existing project * Goal/Deliverables: An article at help.launchpad.net. * Full spec: none * Depends on: bug-tracker-overview, register-a-project '''This guide will be ready for review when it has: * brief overview of Bug Tracker benefits * explanation of the options available to projects who want to import an existing bug history * step by step guide to configuring Launchpad for use as the bug tracker for a project with an existing bug history that is to be preserved.''' |
ContentsBRTableOfContents |
Overview
This page contains many mini-specs for new guides for help.launchpad.net.
- Overview: A Launchpad project where we can register blueprints for new support materials and, if appropriate, users can file bugs against existing documentation.
- Goal/Deliverables: A project in Launchpad, several blueprints linked to mini-specs and a public announcement.
- Full spec: none
- Depends on: n/a
We will know we are ready to announce the project when we have registered it in Launchpad and have enough blueprints to cover the basics of Launchpad.
what-is-launchpad
Blueprint: https://blueprints.launchpad.net/launchpad-documentation/+spec/what-is-launchpad
- Overview: A high level overview of Launchpad and its applications, intended as a jumping-off point for other documentation.
- Goal/Deliverables: An article at help.launchpad.net and a corresponding link on the help home page.
- Full spec: none
- Depends on: bug-tracker-overview, code-hosting-overview, translations-overview, blueprint-tracker-overview, answer-tracker-overview
This guide will be ready for review when it has: a high-level description of how Launchpad interacts with Bazaar.
bug-tracker-overview
- Overview: A high level introduction to the Launchpad Bug Tracker.
Goal/Deliverables: An article at help.launchpad.net and a corresponding link in the WhatIsLaunchpad page.
- Full spec: none
- Depends on: n/a
This guide will be ready for review when it has: examples of projects using the Launchpad Bug Tracker.
code-hosting-overview
- Overview: A high level introduction to Launchpad Code Hosting.
Goal/Deliverables: An article at help.launchpad.net and a corresponding link in the WhatIsLaunchpad page.
- Full spec: none
- Depends on: n/a
This guide will be ready for review when it has: overview of the branch directory, mentioning links to blueprints and bugs.
translations-overview
- Overview: A high level introduction to Launchpad Translations.
Goal/Deliverables: An article at help.launchpad.net and a corresponding link in the WhatIsLaunchpad page.
- Full spec: none
- Depends on: n/a
This guide will be ready for review when it has: links to some of the projects using Launchpad Translations.
blueprint-overview
- Overview: A high level introduction to Launchpad's Blueprint Tracker.
Goal/Deliverables: An article at help.launchpad.net and a corresponding link in the WhatIsLaunchpad page.
- Full spec: none
- Depends on: n/a
This guide will be ready for review when it has: mention of ability for anyone to create a blueprint but project drivers to decide what is implemented.
answers-overview
- Overview: A high level introduction to Launchpad's Answer Tracker.
Goal/Deliverables: An article at help.launchpad.net and a corresponding link in the WhatIsLaunchpad page.
- Full spec: none
- Depends on: n/a
This guide will be ready for review when it has: file-downloads-qsg
This guide will be ready for review when it has:
- brief explanation of file downloads as a way to serve Windows, Mac and non-Ubuntu Linux users
- explanation of link between releases and file downloads
- step by step guide to go from knowing nothing of file downloads to having your first file available to download.
Anchor(register-your-project-qsg)
register-your-project-qsg
- Overview: Step by step guide to registering a project in Launchpad.
- Goal/Deliverables: An article at help.launchpad.net.
- Full spec: none
- Depends on:
This guide will be ready for review when it has: Anchor(bug-tracker-for-new-project-qsg)
bug-tracker-for-new-project-qsg
This guide will be ready for review when it has:
- brief overview of Bug Tracker benefits
- step by step guide to configuring Launchpad for use as the bug tracker for a new project (i.e. without existing bug history) or for a project that doesn't want to preserve an existing bug history.
Anchor(bug-tracker-for-existing-project-qsg)
bug-tracker-for-existing-project-qsg
- Overview: Step by step guide to preparing the Launchpad Bug Tracker for an existing project
- Goal/Deliverables: An article at help.launchpad.net.
- Full spec: none
- Depends on: bug-tracker-overview, register-a-project
This guide will be ready for review when it has: step by step guide to configuring Launchpad for use as the bug tracker for a project with an existing bug history that is to be preserved.