mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Add information about release cadence to contributing file
This commit is contained in:
parent
1002175d66
commit
add2247daf
2 changed files with 23 additions and 3 deletions
|
@ -37,8 +37,8 @@ Please read the following guidelines before you
|
||||||
4. **Include a reproducible example** -- Provide the steps which
|
4. **Include a reproducible example** -- Provide the steps which
|
||||||
led you to the problem.
|
led you to the problem.
|
||||||
|
|
||||||
Please try to be as detailed as possible in your report, too. What is your
|
Please try to be as detailed as possible in your report. What is your
|
||||||
environment? What steps will reproduce the issue? What Operating System? What
|
environment? What steps will reproduce the issue? What operating system? What
|
||||||
would you expect to be the outcome? All these details will help people to
|
would you expect to be the outcome? All these details will help people to
|
||||||
assess and fix any potential bugs.
|
assess and fix any potential bugs.
|
||||||
|
|
||||||
|
@ -140,6 +140,20 @@ key to your GitHub account. Once these steps are completed, the commit signing
|
||||||
verification will look like the example in GitHub's
|
verification will look like the example in GitHub's
|
||||||
[GPG Signature Verification feature announcement](https://github.com/blog/2144-gpg-signature-verification).
|
[GPG Signature Verification feature announcement](https://github.com/blog/2144-gpg-signature-verification).
|
||||||
|
|
||||||
|
## Release Cadence
|
||||||
|
|
||||||
|
There is no defined release schedule for the bootstrap script at this time.
|
||||||
|
Typically, SaltStack's release team determines when it would be good to release
|
||||||
|
a new stable version.
|
||||||
|
|
||||||
|
Timing the release usually involves an analysis of the following:
|
||||||
|
|
||||||
|
- Updates for major feature releases in [Salt](https://github.com/saltstack/salt)
|
||||||
|
- Support for new versions of major operating systems
|
||||||
|
- Types of fixes submitted to `develop` since the last release
|
||||||
|
- Fixes needed for inclusion in an upcoming version of [Salt](https://github.com/saltstack/salt)
|
||||||
|
- Length of time since the last bootstrap release
|
||||||
|
|
||||||
## Adding Support for Other Operating Systems
|
## Adding Support for Other Operating Systems
|
||||||
|
|
||||||
The following operating systems are detected, but Salt and its dependency
|
The following operating systems are detected, but Salt and its dependency
|
||||||
|
|
|
@ -164,7 +164,7 @@ Or link them to the right place:
|
||||||
|
|
||||||
|
|
||||||
Installing via an Insecure One-Liner
|
Installing via an Insecure One-Liner
|
||||||
------------------------------------
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
The following examples illustrate how to install Salt via a one-liner.
|
The following examples illustrate how to install Salt via a one-liner.
|
||||||
|
|
||||||
|
@ -319,6 +319,12 @@ Please run the following commands and report their output when creating a ticket
|
||||||
For information on how to add support for a currently unsupported distro, please refer to the
|
For information on how to add support for a currently unsupported distro, please refer to the
|
||||||
`Contributing Guidelines`_.
|
`Contributing Guidelines`_.
|
||||||
|
|
||||||
|
Testing
|
||||||
|
-------
|
||||||
|
|
||||||
|
There are a couple of ways to test the bootstrap script. Running the script on a full-fledged
|
||||||
|
VM is one way. Other options include using Vagrant or Docker.
|
||||||
|
|
||||||
Testing in Vagrant
|
Testing in Vagrant
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue