aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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).