Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/sample-config.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@
// Standard fibonaci like series of values with 0, 1/2, infinity, and shrug
['0', '1/2', '1', '2', '3', '5', '8', '13', '20', '40', '100', '∞', '&#F937;'],
// Decimal values representing number of dev weeks of effort
['0.1', '0.2', '0.5', '1', '2', '?']
['0.1', '0.2', '0.5', '1', '2', '?'],
// Numbers one to ten
['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '?']
];

// Src tree for documentation linking from page
Expand Down