diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2007-08-23 13:28:02 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2007-08-23 13:28:02 +0000 |
commit | a677e0cf14198709c890f4e61516b7f13e803dc4 (patch) | |
tree | 2754af1c2a908f74b6d1f93c612cf685e1815447 /doc/issue_tracker.txt | |
parent | b538791bc924e1a231adfaf0086cdb25f7dde47b (diff) | |
download | ffmpeg-a677e0cf14198709c890f4e61516b7f13e803dc4.tar.gz |
elaborate on needs_more_info
Originally committed as revision 10196 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/issue_tracker.txt')
-rw-r--r-- | doc/issue_tracker.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/issue_tracker.txt b/doc/issue_tracker.txt index 34646326be..1f89115de8 100644 --- a/doc/issue_tracker.txt +++ b/doc/issue_tracker.txt @@ -132,6 +132,8 @@ bug/open/needs_more_info Bugreports which are incomplete and or where more information is needed from the submitter or another person who can provide the info. This state implicates that the bug has not been analyzed or reproduced. + Note, the idea behind needs_more_info is to offload work from the + developers to the users whenever possible. bug/closed/fixed Bugs which have to the best of our knowledge been fixed. |