Created
June 24, 2013 13:21
-
-
Save seanbuscay/2a9e6051774fa63d4c91 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- unstable: | |
-- API expansion & trial | |
-- time to test & open as many feature/support requests as imaginable | |
- alpha: | |
-- API freeze proposal | |
-- new feature requests will be considered as long as they don't imply perceptible API changes | |
-- revisit disadvantaged spots (e.g. static cache, theming support, documentation) | |
-- critical bugs should not go beyond alphas | |
- beta: | |
-- code freeze | |
-- except requests regarding disadvantaged spots (at this point I hope it would be only theming support) | |
-- proper documentation | |
-- finish addressing non-critical bugs which got beyond alphas | |
- rc: | |
-- anything that might not work as intended/expected | |
-- documentation enhancement |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment