Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mozilla/kitsune
Platform for Mozilla Support
https://github.com/mozilla/kitsune
Last synced: 25 days ago
JSON representation
Platform for Mozilla Support
- Host: GitHub
- URL: https://github.com/mozilla/kitsune
- Owner: mozilla
- License: bsd-3-clause
- Created: 2010-01-26T18:53:57.000Z (almost 15 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T04:31:00.000Z (7 months ago)
- Last Synced: 2024-04-13T23:24:08.025Z (7 months ago)
- Language: Python
- Homepage: https://mozilla.github.io/kitsune/
- Size: 141 MB
- Stars: 1,253
- Watchers: 335
- Forks: 701
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
- Support: .github/SUPPORT.md
Awesome Lists containing this project
- awesome-starred - mozilla/kitsune - Platform for Mozilla Support (others)
README
# Kitsune
![Status Sustain](https://img.shields.io/badge/Status-Sustain-green)
Kitsune is the platform that powers [SuMo (support.mozilla.org)](https://support.mozilla.org)
## Usage
It is a [Django](http://www.djangoproject.com/) application. There is [documentation](https://mozilla.github.io/kitsune/) online.
## Releasing a new version
- Create a [signed tag](https://git-scm.com/book/en/v2/Git-Tools-Signing-Your-Work) for the new version.
We are using [semantic versioning](https://semver.org/).
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 fixesExample:
`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 .## Code of Conduct
By participating in this project, you're agreeing to uphold the [Mozilla Community Participation Guidelines](https://www.mozilla.org/en-US/about/governance/policies/participation/). If you need to report a problem, please see our [Code of Conduct](./CODE_OF_CONDUCT.md) guide.
## Contribute
See our [contribution guide](https://mozilla.github.io/kitsune/contributors), or dive into [setting up your development environment](https://mozilla.github.io/kitsune/hacking_howto/).
## Issues
We use [Bugzilla](https://bugzilla.mozilla.org/enter_bug.cgi?product=support.mozilla.org) for submitting and prioritizing issues.
## Thanks to all of our contributors ❤️