Cleanup release notes
The main purpose of prelude is to describe release highlights. The current usage of prelude looks random and there is no need for individual release notes to use prelude section. This commit cleans them up. Also add a note on this to the contributor guide. Change-Id: Ib72a3f4fc1bac2befd900249d07f5d67a56079f3
This commit is contained in:
parent
a694f439da
commit
c17a93af02
@ -606,8 +606,12 @@ If the following applies to the patch, a release note is required:
|
||||
the default
|
||||
* A security bug is fixed
|
||||
|
||||
A release note is suggested if a long-standing or important bug is fixed.
|
||||
Otherwise, a release note is not required.
|
||||
.. note::
|
||||
|
||||
* A release note is suggested if a long-standing or important bug is fixed.
|
||||
Otherwise, a release note is not required.
|
||||
* It is not recommended that individual release notes use **prelude**
|
||||
section as it is for release highlights.
|
||||
|
||||
Horizon uses `reno <http://docs.openstack.org/developer/reno/usage.html>`_ to
|
||||
generate release notes. Please read the docs for details. In summary, use
|
||||
|
@ -1,9 +1,8 @@
|
||||
---
|
||||
prelude: >
|
||||
Cinder defines storage size in gibibytes (GiB), which is inconsistent with
|
||||
Horizon panels that show/request storage size in gigabytes (GB).
|
||||
features:
|
||||
- All Volume related panels in Horizon that previously used the term "GB" and
|
||||
- Cinder defines storage size in gibibytes (GiB), which is inconsistent with
|
||||
Horizon panels that show/request storage size in gigabytes (GB).
|
||||
All Volume related panels in Horizon that previously used the term "GB" and
|
||||
"gigabyte" have been replaced with 'GiB' and 'gibibyte'.
|
||||
issues:
|
||||
- There are also some Nova related panels (e.g. "Instances") that reference
|
||||
|
@ -1,10 +1,8 @@
|
||||
---
|
||||
prelude: >
|
||||
In an effort to standarize our HTML class naming
|
||||
conventions, we will be updating various class
|
||||
names to use dashes, instead of underscore or
|
||||
camelcasing, to match with Bootstrap's convention.
|
||||
deprecations:
|
||||
- All instances of HTML class 'd3_pie_chart_usage' to 'pie-chart-usage'.
|
||||
- In an effort to standarize our HTML class naming conventions,
|
||||
we will be updating various class names to use dashes, instead of
|
||||
underscore or camelcasing, to match with Bootstrap's convention.
|
||||
All instances of HTML class 'd3_pie_chart_usage' to 'pie-chart-usage'.
|
||||
All instances of HTML class 'd3_pie_chart_distribution' to
|
||||
'pie-chart-distribution'.
|
||||
|
Loading…
x
Reference in New Issue
Block a user