This bug tracker uses git-issue. Clone the repository to report a new issue.

# [enhancement] Enhance the output

Add color

# [enhancement] Add more option

Like ``--status=`` or ``--type=``.

# [edit] Add a way for rapdily edit an issue

For example close an issue

# [enhancement] Auto sync

Execute ``git issue sync`` automaticaly after command. Add ``issue.sync.auto`` configuration.

# [ls] Add filter

For example for list only open issue.

# [enhancement] Generate html pages

Transform issues in html format. Commit in gh-pages branch by default

# Deletion reason

Add deletion message in the commit message. Optionnal?

# Close issue

Alias to ``git edit --status=close`` Waiting #3

# Better commit message for git_issue_close

Close issue #<id>

# [bug] Tty detection failed

The function ``git_want_color`` doesn't work properly because ``test -t 1`` always return ``true``.

# [enhancement] Remove bash specific commands

* compgen * test -v

# [enhancement] Automaticaly stash before switching branch

Currently, you cannot show/list/wathever issues when you work on your code (git switch branch requires clean work tree). ``git_issue_switch_branch`` could make ``stash save`` before switching and ``git_issue_restore_branch`` a ``stash pop``. There should be no conflict. But how to determine whether to make a ``stash pop``?

# [enhancement] Configure remote

Allow to sync issue with other remote than ``origin``. Use ``issue.sync.remote`` configuration.

# [enhancement] Sort issues

Opened firt

# [enhancement] Display all metadata

# [enhancement] Sync also synchronize html

# [enhancement] Customize templates

Allow modify html header/footer, main.css and main.js via configuration. Place custom templates in ``.git/issue/``.

# [enhancement] Add an introduction

Add an introduction to explain what is it and how it works.