Adding issues to resolve

This commit is contained in:
Jonathan Bernard 2010-02-12 05:29:28 -06:00
parent bde8d01aae
commit 249c1b39c4
5 changed files with 16 additions and 0 deletions

4
issue-tracker/0001f5.rst Normal file
View File

@ -0,0 +1,4 @@
Show full issue text with -v, --verbose
=======================================
Print the full issue when passed the verbose option.

6
issue-tracker/0002f6.rst Normal file
View File

@ -0,0 +1,6 @@
Add the ability to change an issue's status
===========================================
The -l/--list options lists issues, add a set of options to reclassify
an issue from one category to another. The most common is CLOSED, but
other categories should also be supported.

4
issue-tracker/0003f6.rst Normal file
View File

@ -0,0 +1,4 @@
Add the ability to re-prioritize a set of issues
================================================
Add a mode that changes the priority of a selection of issues.

2
issue-tracker/0004f7.rst Normal file
View File

@ -0,0 +1,2 @@
Add the ability to enter new issues
===================================