You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by sc...@apache.org on 2011/05/20 14:37:36 UTC

svn commit: r1125352 - /incubator/wookie/site/trunk/content/wookie/docs/developer/issues.mdtext

Author: scottbw
Date: Fri May 20 12:37:36 2011
New Revision: 1125352

URL: http://svn.apache.org/viewvc?rev=1125352&view=rev
Log:
migrated the issue tracking page

Added:
    incubator/wookie/site/trunk/content/wookie/docs/developer/issues.mdtext   (with props)

Added: incubator/wookie/site/trunk/content/wookie/docs/developer/issues.mdtext
URL: http://svn.apache.org/viewvc/incubator/wookie/site/trunk/content/wookie/docs/developer/issues.mdtext?rev=1125352&view=auto
==============================================================================
--- incubator/wookie/site/trunk/content/wookie/docs/developer/issues.mdtext (added)
+++ incubator/wookie/site/trunk/content/wookie/docs/developer/issues.mdtext Fri May 20 12:37:36 2011
@@ -0,0 +1,72 @@
+Title: Issue Tracking
+Notice:    Licensed to the Apache Software Foundation (ASF) under one
+           or more contributor license agreements.  See the NOTICE file
+           distributed with this work for additional information
+           regarding copyright ownership.  The ASF licenses this file
+           to you under the Apache License, Version 2.0 (the
+           "License"); you may not use this file except in compliance
+           with the License.  You may obtain a copy of the License at
+           .
+             http://www.apache.org/licenses/LICENSE-2.0
+           .
+           Unless required by applicable law or agreed to in writing,
+           software distributed under the License is distributed on an
+           "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+           KIND, either express or implied.  See the License for the
+           specific language governing permissions and limitations
+           under the License.
+
+We welcome feature requests and bug reports via our [issue tracker][1].
+
+#Issue Planning Status
+
+We use JIRA for tracking our issues. Here are some useful views on the current status of the project:
+
+* [Issues home][2]
+* [Roadmap][3]
+
+# Issue Tracking Workflow
+
+For most issues we follow the following general workflow:
+
+1. Reported
+1. Reviewed
+1. In Progress
+ 1. Review-Then-Commit patch reviews (non-committers)
+ 1. Commit-Then-Review patch reviews (committers)
+1. Closed
+1. Resolved (Verified)
+
+In each of these states various actions are possible, such as submitting patches for review, providing comment, logging work or editing fix versions
+
+# Detailed Workflow
+
+More specifically the possible transitions between states are:
+
+* Issue is reported by user
+* Issue is reviewed by a committer, with one of the following outcomes:
+ * Issue is accepted
+     * Accepted issues will usually be scheduled for a fix version, although some issues may be accepted as valid issues, but still be deemed out of scope for the current development team. In which case the fix version will be left as "Unknown".
+ * More information is requested
+     * If the comitter is not able to understand the full issue they will add a comment and ask the submitter for more information
+ * Reject the issue
+* If the issue is deemed as invalid for some reason the reviewer will indicate this to be the case and will close the issue
+* Issues that have been accepted can have one of the following actions on them:
+ * work may be started by a contributor
+ * a patch can be marked for review
+ * they may be closed
+* An issue in which work has started has the following actions:
+ * a patch can be marked for review
+ * more details can be requested from the submitter
+ * the issue ca be closed
+* An issue awaiting a patch review can have one of the follwing actions:
+ * a modification for the patch can be requested
+ * the patch can be applied, and the issue closed
+* A closed issue can be either:
+ * verified by another committer, thus marking it resolved, or
+ * rejected by a committer, thus moving it back to the "In Progress" stage
+
+
+  [1]: http://issues.apache.org/jira/browse/WOOKIE
+  [2]: https://issues.apache.org/jira/browse/WOOKIE
+  [3]: https://issues.apache.org/jira/browse/WOOKIE?report=com.atlassian.jira.plugin.system.project:roadmap-panel
\ No newline at end of file

Propchange: incubator/wookie/site/trunk/content/wookie/docs/developer/issues.mdtext
------------------------------------------------------------------------------
    svn:eol-style = native