Files
content/.github/CODEOWNERS
Andi Pieper d21d8f39b7 feat(jsondata): add translations for CSS formal definitions (#42241)
* adds a new translation file for webref-based CSS formal definitions.

* added css formal definition translation file

* formal translations

* Update CODEOWNERS

* Add translations for CSSFormalDefinitions based on mdn-data

* chore(L10n-CSSFormalDefinitions): add machine-translations

* chore(vscode/cspell): ignore L10n files

---------

Co-authored-by: Claas Augner <495429+caugner@users.noreply.github.com>
Co-authored-by: Claas Augner <caugner@mozilla.com>
2025-12-11 18:05:32 +01:00

70 lines
1.8 KiB
Plaintext

# Order is important: The last matching pattern takes precedence.
# For more detailed information, see:
# https://docs.github.com/en/free-pro-team@latest/github/creating-cloning-and-archiving-repositories/about-code-owners
# Default owners
* @mdn/content-team
# Default content owners
/files/en-us/ @mdn/web
# MDN Firefox release notes
/files/en-us/mozilla/ @mdn/content-team
# Mozilla Add-ons
/files/en-us/mozilla/add-ons/ @mdn/add-ons
# Accessibility
/files/en-us/web/accessibility/ @mdn/accessibility
# Web API
/files/en-us/web/api/ @mdn/web-api
# CSS
/files/en-us/web/css/ @mdn/css
# HTML
/files/en-us/web/html/ @mdn/web
# HTTP
/files/en-us/web/http/ @mdn/http
# JavaScript
/files/en-us/web/javascript/ @mdn/javascript
# MathML
/files/en-us/web/mathml/ @mdn/mathml
# L10n for Macros (rari)
/files/jsondata/L10n-Template.json @mdn/engineering
/files/jsondata/L10n-CSSFormalDefinitions.json @mdn/engineering
# ============================= CONTROL FILES ============================= #
# The CODEOWNERS file must end with these matches: Any pull request changing
# one or more of these files should be escalated to the owners specified here.
# mdn/content GitHub configuration
/.github/ @mdn/engineering
# Issue templates in .github
/.github/ISSUE_TEMPLATE/ff-project-issue.md @mdn/content-team
# VSCode configuration
/.vscode/ @mdn/engineering
/.vscode/dictionaries/ @mdn/content-team
/.vscode/cspell.json @mdn/content-team
# Root directory
/* @mdn/engineering
# Markdown files in root directory
/*.md @mdn/content-team
/SECURITY.md @mdn/engineering
# Scripts and Tests
/scripts @mdn/engineering
/scripts/content @mdn/content-team
/tests @mdn/engineering
# Dependencies
/package.json @mdn/engineering @mdn-bot
/package-lock.json @mdn/engineering @mdn-bot
/yarn.lock @mdn/engineering @mdn-bot