aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2022-05-11 00:41:16 +0200
committerTeddy Wing2022-05-11 00:41:16 +0200
commitef161b247de914f4f57989ab0ff0b2b0f4a0feea (patch)
tree87c204bb3d4e4bd5f75c237a7adec18fb15bca6a
parent32c85b72d93807c2f01d618d91519af043a39285 (diff)
downloadwajir-ef161b247de914f4f57989ab0ff0b2b0f4a0feea.tar.bz2
Add README
-rw-r--r--README.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..391e2e9
--- /dev/null
+++ b/README.md
@@ -0,0 +1,24 @@
+wajir
+=====
+
+Automatically watch Jira issues. Given a JQL query, the currently authenticated
+user will be added as a watcher on all resulting issues.
+
+
+## Usage
+TODO
+
+
+## Install
+TODO
+
+
+## Build
+
+ $ git submodule init && git submodule update
+ $ make build
+
+
+## License
+Copyright © 2022 Teddy Wing. Licensed under the GNU GPLv3+ (see the included
+COPYING file).