From 0a6fedaff646106732b8717e3cc2fb677609141d Mon Sep 17 00:00:00 2001 From: Luca Favatella Date: Tue, 23 Dec 2014 14:48:23 +0000 Subject: [PATCH 1/2] Document how to report issues I noticed issues opened both in BugZilla (via the [Build Service page](http://build.erlangonxen.org/bugs)) and GitHub. On top of that, [the home page of the project](http://erlangonxen.org/download) mentions the possibility to send email to `info@erlangonxen.org` and `erlang-on-xen` Google group. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index faafeb0..83889f4 100644 --- a/README.md +++ b/README.md @@ -38,3 +38,6 @@ This instructs railing to scan all subdirectories for `*.beam` files. All files found are embedded into the Xen image and become accessible during runtime. Certain subdirectories can be excluded from the search using `-x` option. +### How to report issue LING/railing + +Open a ticket in [Bugzilla](http://issues.erlangonxen.org/buglist.cgi?bug_status=__open__&order=changeddate%20DESC) or [GitHub](https://github.com/cloudozer/ling/issues). From e7b9937563fe9f7fb5d7dad576b791453b0229f1 Mon Sep 17 00:00:00 2001 From: Luca Favatella Date: Tue, 23 Dec 2014 16:04:41 +0000 Subject: [PATCH 2/2] Prefer issues to be opened in GitHub rather than Bugzilla Addresses https://github.com/cloudozer/ling/pull/20#issuecomment-67960536 --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 83889f4..b60d842 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ This instructs railing to scan all subdirectories for `*.beam` files. All files found are embedded into the Xen image and become accessible during runtime. Certain subdirectories can be excluded from the search using `-x` option. -### How to report issue LING/railing +### How to report issues in LING/railing -Open a ticket in [Bugzilla](http://issues.erlangonxen.org/buglist.cgi?bug_status=__open__&order=changeddate%20DESC) or [GitHub](https://github.com/cloudozer/ling/issues). +Please open a ticket in [GitHub](https://github.com/cloudozer/ling/issues). +Tickets in [Bugzilla](http://issues.erlangonxen.org/buglist.cgi?bug_status=__open__&order=changeddate%20DESC) will eventually be migrated to GitHub too.