From a74dba2da87b9515f520782857a2b08039511793 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 29 Dec 2015 12:05:11 -0800 Subject: [PATCH] status-config.json: Configure nmbug-status to generate HTML meta.message-url is a local change I've made. I'll submit it upstream shortly. --- status-config.json | 55 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 status-config.json diff --git a/status-config.json b/status-config.json new file mode 100644 index 0000000..2713d4b --- /dev/null +++ b/status-config.json @@ -0,0 +1,55 @@ +{ + "meta": { + "title": "OCI Discussion", + "blurb": "For more information see opencontainers/specs.", + "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" + } + ] +} -- 2.26.2