-
Notifications
You must be signed in to change notification settings - Fork 170
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added trelloscrum about-page inside trello about
- Loading branch information
1 parent
3b97019
commit e1345f3
Showing
3 changed files
with
50 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,28 @@ | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" | ||
"http://www.w3.org/TR/html4/strict.dtd"> | ||
|
||
<html lang="en"> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||
<title>Trello Scrum Help</title> | ||
</head> | ||
<body> | ||
<h1>Trello Scrum Chrome Extension Help</h1> | ||
<p> | ||
Trello Scrum is a Chrome Extension that adds a little bit of functionality | ||
to Trello.com to make it perfect to use in SCRUM based projects. Trello Scrum | ||
allows you to add story points to cards and accumulates the story points per list. | ||
</p> | ||
<h2>Adding Story points to a card</h2> | ||
<p> | ||
Story points are written in between parentheses in the title of a card. | ||
<code>(5) upon an error I want to see an awesome 404 page.</code> | ||
Upon saving the card, Trello Scrum picks up the assigned points and shows them | ||
as a badge in the lower left corner of the card. | ||
</p> | ||
<p> | ||
When you flip a card to add more information to that card, you are also presented with a story point picker upon editing the title. This allows for easier entry. The points shown are shown in the commonly used semi-fibonacci sequence: 0, 1, 2, 3, 5, 8, 13, 20. | ||
</p> | ||
<p>Allowed entries for story points are all numbers, decimals (like .5 or 4.2) and the question mark (?) for unknowns. | ||
</p> | ||
|
||
<h2>Credits</h2> | ||
<html> | ||
<head> | ||
<title>Trello Scrum Help</title> | ||
</head> | ||
<body> | ||
<h2>Trello Scrum Chrome Extension Help</h2> | ||
<p> | ||
Trello Scrum is a Chrome Extension that adds a little bit of functionality | ||
to Trello.com to make it perfect to use in SCRUM based projects. Trello Scrum | ||
allows you to add story points to cards and accumulates the story points per list. | ||
</p> | ||
<h3>Adding Story points to a card</h3> | ||
<p> | ||
Story points are written in between parentheses in the title of a card. | ||
<code>(5) upon an error I want to see an awesome 404 page.</code> | ||
Upon saving the card, Trello Scrum picks up the assigned points and shows them | ||
as a badge in the lower left corner of the card. | ||
</p> | ||
<p> | ||
When you flip a card to add more information to that card, you are also presented with a story point picker upon editing the title. This allows for easier entry. The points shown are shown in the commonly used semi-fibonacci sequence: 0, 1, 2, 3, 5, 8, 13, 20. | ||
</p> | ||
<p>Allowed entries for story points are all numbers, decimals (like .5 or 4.2) and the question mark (?) for unknowns. | ||
</p> | ||
|
||
</body> | ||
<h3>Credits</h3> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters