Add versioning policy to documentation (#7923)

Most of the content adapted from
https://github.com/astral-sh/ruff/discussions/6998
This commit is contained in:
Zanie Blue 2023-10-12 10:42:35 -05:00 committed by GitHub
parent 4454fbf7e5
commit cb06b7956c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 62 additions and 0 deletions

View file

@ -29,6 +29,7 @@ SECTIONS: list[Section] = [
Section("Rules", "rules.md", generated=True),
Section("Settings", "settings.md", generated=True),
Section("Editor Integrations", "editor-integrations.md", generated=False),
Section("Versioning", "versioning.md", generated=False),
Section("FAQ", "faq.md", generated=False),
Section("Contributing", "contributing.md", generated=True),
]