github.com/grantbow/fit@v0.7.1-0.20220916164603-1f7c88ac81e6/fit/move-closed-issues-into-a-separate-directory/Description (about)

     1  Move closed issues into a separate directory instead of deleting them. #25
     2  Open	momozor opened this issue on Apr 29 ยท 0 comments
     3  
     4  Comments:
     5  @momozor
     6   
     7  momozor commented on Apr 29
     8  
     9  Hi. I think it's much better for close command to actually move the closed
    10  issue into issues/closed directory instead of deleting them, for future
    11  reference in case the same issue occurs again.
    12  
    13  
    14  
    15  #### What did you do?
    16  $ mkdir test && cd test
    17  $ git init
    18  $ mkdir fit
    19  $ fit create -n foo
    20  $ fit list
    21  $ git add fit/foo/Description
    22  $ git commit <in editor add "bug foo" and save>
    23  $ fit close 1
    24  
    25  
    26  #### What did you see?
    27  fit/foo directory is deleted
    28  
    29  
    30  #### What did you expect to see?
    31  fit/foo is moved/renamed to fit/closed/foo
    32  
    33  
    34  #### What version?
    35  
    36