SUSE / doc-ses

Official SUSE Enterprise Storage documentation
https://documentation.suse.com/ses/
Other
14 stars 50 forks source link
documentation enterprise storage suse

= SUSE Enterprise Storage Documentation

Documentation for the SUSE Enterprise Storage Product

Released versions of the documentation are published at https://documentation.suse.com/#ses.

== Branches

.Overview of important branches [options="header"] |================================================ | Name | Purpose | main | development for SES 7 | maintenance/ses6| stable for SES 6 | maintenance/ses5| stable for SES 5.5 |================================================

On Feb 20, 2021, we switched to a new default branch. The default branch is now called main.

=== How to update your local repository

If you created a local clone or GitHub fork of this repo before Feb 20, 2021, do the following:

[code]

git branch -m master main git fetch origin git branch -u origin/main main git pull -r

== Contributing

Thank you for contributing to this repo. When creating a pull request, please follow the guidelines below:

. If you want to contribute to the most recent release, create your pull request against the main branch. The main branch is protected.

. If you want to contribute to a previous release, please create your pull request against the respective maintenance/* branch. These branches are also protected.

. Make sure all validation (Travis CI) checks are passed.

. For your pull request to be reviewed, please tag the relevant subject matter expert(s) from the development team (if applicable) and members of the documentation team.

. Implement the required changes. If you have any questions, ping a documentation team member in #susedoc on RocketChat.

. For help on style and structure, refer to the https://documentation.suse.com/style/current[Documentation Style Guide].

. Modified DocBook files are re-formatted automatically on each pull request. If you still want to reformat the documentation manually, use daps xmlformat.

== Editing DocBook

To contribute to the documentation, you need to write DocBook.