blob: bf103f998b414f9d82cc74b768538930b85dc84e [file] [log] [blame]
Petr Michalec1af73a32017-07-11 13:09:41 +02001---
2# Usage:
3#
4# reno -qd .releasenotes list
5# reno -qd .releasenotes new slug-title --edit
6# reno -qd .releasenotes report --no-show-source
7
8# Change prelude_section_name to 'summary' from default value prelude
9prelude_section_name: summary
10show_source: False
11sections:
OlgaGusarenko30de2dc2017-08-21 14:44:27 +030012 - [features, New features]
13 - [upgrades, Upgrade notes]
14 - [deprecations, Deprecation notes]
15 - [fixes, Bug fixes]
16 - [others, Other notes]
Petr Michalec1af73a32017-07-11 13:09:41 +020017template: |
18 ---
19 # Author the following sections or remove the section if it is not related.
20 # Use one release note per a feature.
21 #
22 # If you miss a section from the list below, please first submit a review
23 # adding it to .releasenotes/config.yaml.
24 #
OlgaGusarenko30de2dc2017-08-21 14:44:27 +030025 # Format content with reStructuredText (RST).
26 # **Formatting examples:**
27 # - |
28 # This is a brief description of the feature. It may include a
29 # number of components:
30 #
31 # * List item 1
32 # * List item 2.
33 # This code block below will appear as part of the list item 2:
34 #
35 # .. code-block:: yaml
36 #
37 # classes:
38 # - system.class.to.load
39 #
40 # The code block below will appear on the same level as the feature
41 # description:
42 #
43 # .. code-block:: text
44 #
45 # provide model/formula pillar snippets
46
47
Petr Michalec1af73a32017-07-11 13:09:41 +020048 summary: >
49 This section is not mandatory. Use it to highlight the change.
50
51 features:
OlgaGusarenko30de2dc2017-08-21 14:44:27 +030052 - Use the list to record summary of **NEW** features
53 - Provide detailed description of the feature indicating the use cases
54 when users benefit from using it
55 - Explain how the feature integrates into the overall reference
56 architecture of a deployment.
57 - Provide steps to deploy the feature (if the procedure is complicated
58 indicate during what stage of the deployment workflow it should be
59 deployed).
60 - Indicate limitations or incompatibility with other versions, if applicable.
61 - Provide a brief overview of how to use the feature after installation
62 (Day2 operations).
63 - Provide troubleshooting information, if any.
64 - Provide disaster recovery information (in case of hardware or software
65 failure.)
Petr Michalec1af73a32017-07-11 13:09:41 +020066
OlgaGusarenko30de2dc2017-08-21 14:44:27 +030067 upgrades:
68 - Use the list to record summary of an **improvement** to an existing
69 functionality/feature
70 - Document how to use a feature.
71 - Document the related upgrade instructions.
72 - Indicate limitations, if applicable.
Petr Michalec1af73a32017-07-11 13:09:41 +020073
OlgaGusarenko30de2dc2017-08-21 14:44:27 +030074 deprecations:
75 - Use the list to record deprecated features.
76 - Explain the reason of deprecation.
77 - Point to the functionality that can be used instead.
Petr Michalec1af73a32017-07-11 13:09:41 +020078
79 fixes:
OlgaGusarenko30de2dc2017-08-21 14:44:27 +030080 - Use the list to record summary of a bug fix for blocker, critical,
81 and/or customer-found issues.
82 - Provide a brief summary of what has been fixed.
Petr Michalec1af73a32017-07-11 13:09:41 +020083
OlgaGusarenko30de2dc2017-08-21 14:44:27 +030084 others:
85 - Author any additional notes. Use this section if note is not related to
86 any of the common sections above.
Petr Michalec1af73a32017-07-11 13:09:41 +020087