summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--README.md (renamed from Readme.md)4
1 files changed, 3 insertions, 1 deletions
diff --git a/Readme.md b/README.md
index 3de5aa040..a7b1988d9 100644
--- a/Readme.md
+++ b/README.md
@@ -10,7 +10,9 @@ Would it be nice to not have to rely on a web service somewhere to deal with bug
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.
+`git-bug` is a bugtracker embedded in `git`. It use git's internal storage so **no files are added in 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: