Platform for Mozilla Support
Перейти к файлу
Tasos Katsoulas 9948084c30
Merge pull request #6311 from akatsoulas/drop-avatar-admin
Remove avatar from admin
2024-10-24 17:27:01 +03:00
.circleci
.devcontainer
.github - Added the possibility for playwright to navigate to the Guides product page via the top-navbar section. 2024-10-15 15:05:20 +03:00
.vscode
bin
configs
docker
docs
jsi18n
kitsune Remove avatar from admin 2024-10-24 16:59:37 +03:00
media
playwright_tests - Improve and document search_page page object. 2024-10-22 23:15:24 +03:00
scripts
styleguide
svelte
webpack Remove wagtail from the code-base 2024-10-14 14:08:50 +03:00
wsgi
.adr-dir
.dockerignore
.editorconfig
.env-build
.env-dist
.env-test
.eslintrc
.gitignore
.nvmrc
.pre-commit-config.yaml update pre-commit config plus black,flake8 2024-10-17 10:36:54 -07:00
.stylelintrc
CODE_OF_CONDUCT.md
CONTRIBUTORS.rst
Dockerfile
LICENSE
Makefile
README.md
babel.cfg
babeljs.cfg
contribute.json
docker-compose.yml
manage.py
mkdocs.yml
newrelic.ini
package-lock.json Bump cookie and socket.io 2024-10-10 07:15:06 +00:00
package.json
poetry.lock update pre-commit config plus black,flake8 2024-10-17 10:36:54 -07:00
postcss.config.js
pyproject.toml update pre-commit config plus black,flake8 2024-10-17 10:36:54 -07:00
setup.cfg
webpack.common.js
webpack.dev.js
webpack.pre-render.js
webpack.prod.js
webpack.test.js

README.md

Kitsune

Status Sustain

Kitsune is the platform that powers SuMo (support.mozilla.org)

Usage

It is a Django application. There is documentation online.

Releasing a new version

  • Create a signed tag for the new version.

    We are using semantic 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 the highlights of 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 at https://support.allizom.org/.

Code of Conduct

By participating in this project, you're agreeing to uphold the Mozilla Community Participation Guidelines. If you need to report a problem, please see our Code of Conduct guide.

Contribute

See our contribution guide, or dive into setting up your development environment.

Issues

We use Bugzilla for submitting and prioritizing issues.

Thanks to all of our contributors ❤️