diff options
author | Michael Muré <batolettre@gmail.com> | 2018-07-15 00:16:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-15 00:16:49 +0200 |
commit | fcac83257a7d3a47cc78fad21fef57c35799ff63 (patch) | |
tree | 1b4a341ccbf31402ae6728451aef8e6ec483de03 /Readme.md | |
parent | 252cdab8c06dd69d55bce3728d458bc98f5c1f89 (diff) | |
download | git-bug-fcac83257a7d3a47cc78fad21fef57c35799ff63.tar.gz |
Update Readme.md
Diffstat (limited to 'Readme.md')
-rw-r--r-- | Readme.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8,6 +8,8 @@ Would it be nice to be able to browse and edit bug report offline ? `git-bug` is a bugtracker embedded in `git`. It use the same internal storage so it doesn't pollute your project. As you would do with commits and branches, you can push your bugs to the same git remote your are already using to collaborate with other peoples. +:construction: This is for now a proof of concept. Expect dragons and unfinished business. :construction: + ## Install ```shell |