mirror of
https://opendev.org/openstack/puppet-openstack-guide.git
synced 2026-01-16 23:02:01 +00:00
Migrate backporting page from wiki
Change-Id: I9ce146e128bb0c40a809652494118f0e15c0fc8c
This commit is contained in:
parent
c308a4d9b0
commit
04c15c1c13
2 changed files with 27 additions and 0 deletions
26
doc/source/backporting.rst
Normal file
26
doc/source/backporting.rst
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
Backporting
|
||||
===========
|
||||
|
||||
This page documents Puppet OpenStack backport policy.
|
||||
|
||||
Can be backported
|
||||
-----------------
|
||||
|
||||
- Critical and High bugs fixes, if reported in Launchpad.
|
||||
- Features if they don't change anything in the stable interface and
|
||||
only if backward compatibility is fully respected. Also if the
|
||||
feature works for the OpenStack release where it's backported to.
|
||||
|
||||
Cannot be backported
|
||||
--------------------
|
||||
|
||||
- Medium and Low bug fixes
|
||||
- Features that break backward compatibility or change the existing
|
||||
interface (default values or name of parameters).
|
||||
|
||||
Merge Conflict
|
||||
--------------
|
||||
|
||||
- Explain in commit message what is conflicting and how it's resolved.
|
||||
- Document the changes between master and stable branches in the code
|
||||
or in the commit message.
|
||||
|
|
@ -12,6 +12,7 @@ OpenStack cloud deployments.
|
|||
deploy
|
||||
contribute
|
||||
new-module
|
||||
backporting
|
||||
community
|
||||
mailing-list
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue