summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 10 insertions, 0 deletions
diff --git a/README b/README
index c0f3d5e..bceb623 100644
--- a/README
+++ b/README
@@ -38,6 +38,7 @@ When listing the issues, they can also be filtered:
$ cil list --label=Type-Enhancement
$ cil list --is-open
$ cil list --label=Milestone-v0.3 --is-open
+ $ cil list --is-mine
You can see what the issue name is by looking at the 'Issue' title. Imagine it
is 'cafebabe' (which by default is the time from epoch). To see your issue
@@ -81,6 +82,15 @@ it from the issue:
$ cil extract decaf7ea --filename=mycore
+If someone sends you a bug report or a comment via email and you wish to import
+it into your issues list, you can use the 'am' command to do it's best to
+import it. It will try and figure out if an issue is already mentioned and if
+so, will try and import the email as a comment for that particular issue. In
+the case where an existing issue is not found, it will import the email as a
+new issue:
+
+ $ cil am email.txt
+
Finally, because the cil issue files reside on the filesystem in flat files,
there needs to be a way to check the integrity of the issues, therefore you can
run this to do checks regarding the whole issue list: