Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id BFCD1200B59 for ; Mon, 8 Aug 2016 21:04:25 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id BE54F160A77; Mon, 8 Aug 2016 19:04:25 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 108FE160AB3 for ; Mon, 8 Aug 2016 21:04:24 +0200 (CEST) Received: (qmail 88930 invoked by uid 500); 8 Aug 2016 19:04:24 -0000 Mailing-List: contact commits-help@juneau.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@juneau.incubator.apache.org Delivered-To: mailing list commits@juneau.incubator.apache.org Received: (qmail 88921 invoked by uid 99); 8 Aug 2016 19:04:24 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Aug 2016 19:04:24 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id BB4B6C0E1F for ; Mon, 8 Aug 2016 19:04:23 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.646 X-Spam-Level: X-Spam-Status: No, score=-4.646 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-1.426] autolearn=disabled Received: from mx2-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id AKUgZIMsoCOO for ; Mon, 8 Aug 2016 19:04:23 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx2-lw-us.apache.org (ASF Mail Server at mx2-lw-us.apache.org) with SMTP id A8E9B5F1BE for ; Mon, 8 Aug 2016 19:04:22 +0000 (UTC) Received: (qmail 88637 invoked by uid 99); 8 Aug 2016 19:04:22 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Aug 2016 19:04:22 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 2E3D5DFC56; Mon, 8 Aug 2016 19:04:22 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jamesbognar@apache.org To: commits@juneau.incubator.apache.org Message-Id: <174d54b68011478481988e439c442c9b@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: incubator-juneau-website git commit: Add to Issue Tracking page. Date: Mon, 8 Aug 2016 19:04:22 +0000 (UTC) archived-at: Mon, 08 Aug 2016 19:04:25 -0000 Repository: incubator-juneau-website Updated Branches: refs/heads/asf-site 020248b55 -> aa49b06fc Add to Issue Tracking page. Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/commit/aa49b06f Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/tree/aa49b06f Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/diff/aa49b06f Branch: refs/heads/asf-site Commit: aa49b06fc4505b68b45d899b2b556dfda95bb082 Parents: 020248b Author: jamesbognar Authored: Mon Aug 8 15:04:19 2016 -0400 Committer: jamesbognar Committed: Mon Aug 8 15:04:19 2016 -0400 ---------------------------------------------------------------------- content/issueTracking.html | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/aa49b06f/content/issueTracking.html ---------------------------------------------------------------------- diff --git a/content/issueTracking.html b/content/issueTracking.html index b4afa31..60fb1f9 100644 --- a/content/issueTracking.html +++ b/content/issueTracking.html @@ -9,10 +9,19 @@
Issue Tracking

- Juneau has no bugs. However, in the extremely unlikely event that you happen to find a bug, please report it at the JIRA repository listed below: + Juneau has no bugs. However, in the extremely unlikely event that you happen to find a bug, please report it at the JIRA repository listed below.

+

+ External developers should use the following categories for requests: +

+
    +
  • Bug - Broken functionality. +
  • Feature Request - Requests for brand new functionality. +
  • Improvement - Requests for improvements to existing functionality. +
  • Wish - Trivial requests. +