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 <[email protected]> Authored: Mon Aug 8 15:04:19 2016 -0400 Committer: jamesbognar <[email protected]> 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 @@ <body> <h5 class='toc'>Issue Tracking</h5> <p> - Juneau has no bugs. However, in the <i>extremely unlikely</i> event that you happen to find a bug, please report it at the JIRA repository listed below: + Juneau has no bugs. However, in the <i>extremely unlikely</i> event that you happen to find a bug, please report it at the JIRA repository listed below. </p> <ul class='spaced-list'> <li><a class='doclink' href='https://issues.apache.org/jira/browse/JUNEAU' target="_top">JIRA</a> </ul> + <p> + External developers should use the following categories for requests: + </p> + <ul class='spaced-list'> + <li><l>Bug</l> - Broken functionality. + <li><l>Feature Request</l> - Requests for brand new functionality. + <li><l>Improvement</l> - Requests for improvements to existing functionality. + <li><l>Wish</l> - Trivial requests. + </ul> </body> </html>
