Skip to content

mozilla/kitsune

Kitsune

Status Sustain

Kitsune is the platform that powersSuMo (support.mozilla.org)

Usage

It is aDjangoapplication. There isdocumentationonline.

Releasing a new version

  • Create asigned tagfor the new version.

    We are usingsemantic versioning.

    Given a version number MAJOR.MINOR.PATCH, increment the:

    MAJOR version when you make incompatible API changes
    MINOR version when you add functionality in a backward compatible manner
    PATCH version when you make backward compatible bug fixes
    

    Example:

    git tag -s 1.0.1 -m "Bump version: 1.0.0 to 1.0.1

  • Draft a new release in GitHub for the new tag. Document thehighlightsof the release and also use the option to automatically document the release through the commit history.

  • Trigger the release for the specified tag in the deploy repository.

Tip

You can access the staging site athttps://support.allizom.org/.

Code of Conduct

By participating in this project, you're agreeing to uphold theMozilla Community Participation Guidelines.If you need to report a problem, please see ourCode of Conductguide.

Contribute

See ourcontribution guide,or dive intosetting up your development environment.

Issues

We useBugzillafor submitting and prioritizing issues.

Thanks to all of our contributors ❤️