Index: src/docbkx/developer.xml
===================================================================
--- src/docbkx/developer.xml (revision 1154580)
+++ src/docbkx/developer.xml (working copy)
@@ -32,7 +32,7 @@
Code FormattingSee HBASE-3678 Add Eclipse-based Apache Formatter to HBase Wiki
- for an Eclipse formatter to help ensure your code conforms to HBase'y coding conventsion.
+ for an Eclipse formatter to help ensure your code conforms to HBase'y coding convention.
The issue includes instructions for loading the attached formatter.Also, no @author tags - that's a rule. Quality Javadoc comments are appreciated. And include the Apache license.
@@ -145,6 +145,18 @@
Check for existing issues in Jira.
If it's either a new feature request, enhancement, or a bug, file a ticket.
+ Jira Priorities
+ The following is a guideline on setting Jira issue priorities:
+
+ Blocker: Should only be used if the issue WILL cause data loss or cluster instability reliably.
+ Critical: The issue described can cause data loss or cluster instability in some cases.
+ Major: Important but not tragic issues, like updates to the client API that will add a lot of much-needed functionality or significant
+ bugs that need to be fixed but that don't cause data loss.
+ Minor: Useful enhancements and annoying but not damaging bugs.
+ Trivial: Useful enhancements but generally cosmetic.
+
+
+ CodelinesMost development is done on TRUNK. However, there are branches for minor releases (e.g., 0.90.1, 0.90.2, and 0.90.3 are on the 0.90 branch).