From 00f38adf9792290a82c60ac13439e5b9f673beea Mon Sep 17 00:00:00 2001 From: Phil Steitz Date: Mon, 8 Oct 2007 06:19:23 +0000 Subject: [PATCH] s/Bugzilla/JIRA git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@582715 13f79535-47bb-0310-9956-ffa450edef68 --- xdocs/developers.xml | 45 ++++++++++++++------------------------------ 1 file changed, 14 insertions(+), 31 deletions(-) diff --git a/xdocs/developers.xml b/xdocs/developers.xml index 1c61449c7..501ad79a7 100644 --- a/xdocs/developers.xml +++ b/xdocs/developers.xml @@ -76,41 +76,24 @@ Make any proposals here where the group can comment on them.
  • - - Setup an account on Bugzilla and use it to submit patches and + + Setup an account on JIRA and use it to submit patches and identify bugs. Read the directions for submitting bugs and search the database to determine if an issue exists or has already been dealt with.

    - Submitting Issues: -

    - - -

    - Querying the Database: -

    - -
  • - Generating patches: The requested format for generating patches is the Unified Diff format, - which can be easily generated using the svn client or Eclipse IDE. + See the + Commons Math Issue Tracking Page for more information on how to + search for or submit bugs or enhancement requests. +

    +
  • + Generating patches: The requested format for generating patches is + the Unified Diff format, which can be easily generated using the svn + client or various IDEs. svn diff > patch -
  • +

    Contributing ideas and code

    @@ -142,11 +125,11 @@ "PrincipalComponentsAnalysis." We can then us this page to lay out the development plan and track progress and decisions related to the feature. -
  • Create a Bugzilla ticket using the the feature title as the short +
  • Create a JIRA ticket using the the feature title as the short description. Incorporate feedback from the initial posting in the - description. Add a link to the Bugzilla ticket to the WishList entry. + description. Add a reference to the JIRA ticket to the WishList entry.
  • -
  • Submit code as attachments to the Bugzilla ticket. Please use one +
  • Submit code as attachments to the JIRA ticket. Please use one ticket for each feature, adding multiple patches to the ticket as necessary. Use the svn diff command to generate your patches as diffs. Please do not submit modified copies of existing java files. Be