From 51fc944f7b4246c3de697c841c6772c0446cc535 Mon Sep 17 00:00:00 2001 From: Dennis Lundberg Date: Sat, 21 Jan 2006 20:10:41 +0000 Subject: [PATCH] Add improved Source repository and Issue tracking documentation. Issue #38344. Thanks to Rahul Akolkar. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@371110 13f79535-47bb-0310-9956-ffa450edef68 --- xdocs/cvs-usage.xml | 46 +++++++++++++++++++++++++++++ xdocs/issue-tracking.xml | 63 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 109 insertions(+) create mode 100644 xdocs/cvs-usage.xml create mode 100644 xdocs/issue-tracking.xml diff --git a/xdocs/cvs-usage.xml b/xdocs/cvs-usage.xml new file mode 100644 index 0000000..0396b57 --- /dev/null +++ b/xdocs/cvs-usage.xml @@ -0,0 +1,46 @@ + + + + + + Source repository + Commons Documentation Team + + + + +
+

+ Jakarta Commons Logging is hosted on the Apache + subversion repository. +

+

+ The project URL is:
+ http://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk +

+

+ The best way to view the repository is via the + subversion viewer. +

+

+ The alternative is to use the + native subversion display. +

+
+ + +
diff --git a/xdocs/issue-tracking.xml b/xdocs/issue-tracking.xml new file mode 100644 index 0000000..3fd3b7a --- /dev/null +++ b/xdocs/issue-tracking.xml @@ -0,0 +1,63 @@ + + + + + + Issue tracking + Commons Documentation Team + + + + +
+

+ Commons Logging uses ASF Bugzilla for tracking issues. + To use Bugzilla you may need to create an account. +

+

+ If you would like to report a bug, or raise an enhancement request with + Commons Logging please do the following: +

    +
  1. Search existing open bugs. + If you find your issue listed then please add a comment with your details.
  2. +
  3. Search the mailing list archive. + You may find your issue or idea has already been discussed.
  4. +
  5. Submit a bug report or enhancement request. + Please prefix all new issues with [logging] in the summary line. +
  6. +
+

+

+ Please also remember these points: +

    +
  • the more information you provide, the better we can help you
  • +
  • test cases are vital, particularly for any proposed enhancements
  • +
  • the developers of Commons Logging are all unpaid volunteers
  • +
+

+

+ You may also find these links useful: +

+

+
+ + +