status-config.json: Configure nmbug-status to generate HTML
authorW. Trevor King <wking@tremily.us>
Tue, 29 Dec 2015 20:05:11 +0000 (12:05 -0800)
committerW. Trevor King <wking@tremily.us>
Tue, 29 Dec 2015 20:05:11 +0000 (12:05 -0800)
meta.message-url is a local change I've made.  I'll submit it upstream
shortly.

status-config.json [new file with mode: 0644]

diff --git a/status-config.json b/status-config.json
new file mode 100644 (file)
index 0000000..2713d4b
--- /dev/null
@@ -0,0 +1,55 @@
+{
+  "meta": {
+    "title": "OCI Discussion",
+    "blurb": "For more information see <a href=\"https://github.com/opencontainers/specs#contributing\">opencontainers/specs</a>.",
+    "message-url": "https://groups.google.com/a/opencontainers.org/forum/#!searchin/dev/messageid$3A{message-id}"
+  },
+  "views": [
+    {
+      "comment": "Unresolved bugs.",
+      "query": [
+        "tag:oci::bug",
+        "not tag:oci::fixed",
+        "not tag:oci::wontfix"
+      ],
+      "title": "Bugs"
+    },
+    {
+      "comment": "Open feature requests with pull-requests.",
+      "query": [
+        "tag:oci::feature",
+        "tag:oci::pull-request",
+        "not tag:oci::obsolete"
+      ],
+      "title": "Features with pull-requests"
+    },
+    {
+      "comment": "Open feature requests with external repository work.",
+      "query": [
+        "tag:oci::feature",
+        "tag:oci::external-repo",
+        "not tag:oci::obsolete"
+      ],
+      "title": "Features with external work"
+    },
+    {
+      "comment": "Open feature discussion without pull-requests or external work.",
+      "query": [
+        "tag:oci::feature",
+        "not tag:oci::pull-request",
+        "not tag:oci::external-repo",
+        "not tag:oci::obsolete"
+      ],
+      "title": "Features in discussion"
+    },
+    {
+      "comment": "Changes requiring charter changes via the Technical Oversight Board.",
+      "query": [
+        "tag:oci::feature",
+        "tag:oci::charter",
+        "not tag:oci::obsolete"
+      ],
+      "title": "Charter changes"
+    }
+  ]
+}