Skip to content

Commit

Permalink
Merge branch 'main' into feature/sensor_apis
Browse files Browse the repository at this point in the history
  • Loading branch information
queengooborg authored Aug 4, 2023
2 parents 120073f + 4b43034 commit 7ae3417
Show file tree
Hide file tree
Showing 53,635 changed files with 2,451,724 additions and 3,303,250 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
7 changes: 7 additions & 0 deletions .autocorrectignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# AutoCorrect Link ignore rules.
# https://github.com/huacnlee/autocorrect
#
# Like `.gitignore`, this file to tell AutoCorrect which files need to check, some need to ignore.
files/
docs/
!files/zh-cn/
4 changes: 4 additions & 0 deletions .autocorrectrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
textRules:
一二三,四五六.七八九: 0
一二三,四五六,七八九,一二三,四五六,七八九: 0
9.9亿: 0
15 changes: 15 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# EditorConfig is awesome: https://EditorConfig.org

# top-most EditorConfig file
root = true

[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false
34 changes: 30 additions & 4 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# ----------------------------------------------------------------------------
# DEFAULT OWNERS
# ----------------------------------------------------------------------------
* @mdn/core-yari-dev
* @mdn/core-dev

# ----------------------------------------------------------------------------
# DEFAULT CONTENT OWNER(S)
Expand Down Expand Up @@ -52,13 +52,39 @@
# ----------------------------------------------------------------------------
/files/es/ @mdn/yari-content-es

# ----------------------------------------------------------------------------
# TRANSLATION GUIDE OWNER(S)
# ----------------------------------------------------------------------------
/docs/ @mdn/core-yari-content
/docs/es/ @mdn/yari-content-es
/docs/fr/ @mdn/yari-content-fr
/docs/ja/ @mdn/yari-content-ja
/docs/ko/ @mdn/yari-content-ko
/docs/pt-br/ @mdn/yari-content-pt-br
/docs/ru/ @mdn/yari-content-ru
/docs/zh-cn/ @mdn/yari-content-zh
/docs/zh-tw/ @mdn/yari-content-zh

# ----------------------------------------------------------------------------
# ISSUE TEMPLATE OWNER(S)
# ----------------------------------------------------------------------------
.github/ISSUE_TEMPLATE/page-report-es.yml @mdn/yari-content-es
.github/ISSUE_TEMPLATE/page-report-fr.yml @mdn/yari-content-fr
.github/ISSUE_TEMPLATE/page-report-ja.yml @mdn/yari-content-ja
.github/ISSUE_TEMPLATE/page-report-ko.yml @mdn/yari-content-ko
.github/ISSUE_TEMPLATE/page-report-pt-br.yml @mdn/yari-content-pt-br
.github/ISSUE_TEMPLATE/page-report-ru.yml @mdn/yari-content-ru
.github/ISSUE_TEMPLATE/page-report-zh-cn.yml @mdn/yari-content-zh
.github/ISSUE_TEMPLATE/page-report-zh-tw.yml @mdn/yari-content-zh

# ----------------------------------------------------------------------------
# CONTROL FILES OWNER(S)
# ----------------------------------------------------------------------------
# These should be the last matches in this file, since any pull request that
# tries to change any one or more of these files should be escalated to the
# owners specified here.
# ----------------------------------------------------------------------------
/.github/ @mdn/core-yari-dev
/* @mdn/core-yari-dev
/*.md @mdn/core-yari-dev @mdn/core-yari-content
/.github/ @mdn/core-dev
/* @mdn/core-dev
/*.md @mdn/core-dev @mdn/core-yari-content
/.prettierignore
33 changes: 0 additions & 33 deletions .github/ISSUE_TEMPLATE/content-bug.md

This file was deleted.

51 changes: 51 additions & 0 deletions .github/ISSUE_TEMPLATE/content-bug.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
name: "Content issue"
description: Report a problem with content on MDN.
labels: ["needs triage"]
body:
- type: markdown
attributes:
value: |
### Before you start
**Want to change a page yourself?** This content is open source!
↩ Look for the _Edit on GitHub_ link on any MDN page.
**Is your issue about a browser compatibility table?**
↩ Use the _Report problems with this compatibility data on GitHub_ link next to a compatibility table.
**Need help with a browser?**
🙋 To get help with [Firefox](https://support.mozilla.org/kb/file-bug-report-or-feature-request-mozilla), [Chrome](https://support.google.com/chrome/answer/95315?ref_topic=7439544), [Safari](https://www.apple.com/feedback/safari.html), or another browser, check the browser's support site.
---
- type: input
id: mdn-url
attributes:
label: MDN URL
description: The link to the page this issue is about or, if it's about multiple pages, an example or most important page.
validations:
required: true
# -- BEGIN fields that correspond to `page-report.yml` —-
# If you edit these fields, edit them in both files!
- type: input
id: section
attributes:
label: What specific section or headline is this issue about?
- type: textarea
id: problem
attributes:
label: What information was incorrect, unhelpful, or incomplete?
validations:
required: true
- type: textarea
id: expected
attributes:
label: What did you expect to see?
validations:
required: true
- type: textarea
id: references
attributes:
label: Do you have any supporting links, references, or citations?
description: Link to information that helps us confirm your issue.
- type: textarea
id: more-info
attributes:
label: Do you have anything more you want to share?
description: For example, steps to reproduce a bug, screenshots, screen recordings, or sample code
# -- END fields that correspond to `page-report.yml` --
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/new-content-suggestion.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ title: "Content suggestion: <TITLE OF SUGGESTION>"
---

## What is the new suggestion?

<!-- include a short description of the content work suggestion -->

## Why is it important or useful?

<!-- Tell us why the idea is important or useful. Include any information you
can think of that would be useful, for example:
Expand Down
62 changes: 62 additions & 0 deletions .github/ISSUE_TEMPLATE/page-report-es.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
name: "[via MDN pages only // es]"
description: Issue filed via "Report a problem with this content on GitHub" link on MDN pages.
labels: ["l10n-es", "needs triage"]
body:
- type: markdown
attributes:
value: |
### Antes de comenzar
**¿Quiere cambiar esta página usted mismo?** ¡Este contenido es de código abierto!
↩ Regrese a la página y use el enlace _Editar en GitHub_.
**¿El problema es acerca de la tabla de compatibilidad con los navegadores?**
↩ Regrese a la página y use el enlace _Reportar problemas con los datos de compatibilidad en GitHub_.
**¿Necesita ayuda con su navegador?**
🙋 Para obtener ayuda con [Firefox](https://support.mozilla.org/en-US/kb/file-bug-report-or-feature-request-mozilla), [Chrome](https://support.google.com/chrome/answer/95315?hl=en-GB&ref_topic=7439544), [Safari](https://www.apple.com/feedback/safari.html), o algún otro navegador, visite la página de soporte del navegador.
---
- type: input
id: mdn-url
attributes:
label: MDN URL
description: Se establece automáticamente. No modificar.
validations:
required: true
- type: input
id: section
attributes:
label: ¿De qué sección específica o titular trata este problema?
- type: textarea
id: problem
attributes:
label: ¿Qué información es incorrecta, inútil o incompleta?
validations:
required: true
- type: textarea
id: expected
attributes:
label: ¿Qué esperaba ver?
validations:
required: true
- type: textarea
id: references
attributes:
label: ¿Tiene algún enlace de apoyo, referencias o citas?
description: Enlace a información que nos ayude a confirmar el problema.
- type: textarea
id: more-info
attributes:
label: ¿Tiene algo más que quiera compartir?
description: Por ejemplo, pasos para reproducir el error, capturas, grabaciones de pantalla, o algún código de ejemplo.
- type: markdown
attributes:
value: |
---
¡Haz terminado! Los siguientes campos están prellenados. Por favor haga clic en **Submit new issue**.
- type: textarea
id: metadata
attributes:
label: MDN metadata
description: Se establece automáticamente. No modificar.
62 changes: 62 additions & 0 deletions .github/ISSUE_TEMPLATE/page-report-fr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
name: "[via des pages MDN uniquement // fr]"
description: Issue filed via le lien "Report a problem with this content on GitHub" sur des pages MDN.
labels: ["l10n-fr", "needs triage"]
body:
- type: markdown
attributes:
value: |
### Before you start
**Want to change this page yourself?** This content is open source!
↩ Go back and use the _Edit on GitHub_ link on the page.
**Is your issue about the browser compatibility table?**
↩ Go back and use the _Report problems with this compatibility data on GitHub_ link on the page.
**Need help with a browser?**
🙋 To get help with [Firefox](https://support.mozilla.org/en-US/kb/file-bug-report-or-feature-request-mozilla), [Chrome](https://support.google.com/chrome/answer/95315?hl=en-GB&ref_topic=7439544), [Safari](https://www.apple.com/feedback/safari.html), or another browser, check the browser's support site.
---
- type: input
id: mdn-url
attributes:
label: MDN URL
description: Set automatically. Do not modify.
validations:
required: true
- type: input
id: section
attributes:
label: What specific section or headline is this issue about?
- type: textarea
id: problem
attributes:
label: What information was incorrect, unhelpful, or incomplete?
validations:
required: true
- type: textarea
id: expected
attributes:
label: What did you expect to see?
validations:
required: true
- type: textarea
id: references
attributes:
label: Do you have any supporting links, references, or citations?
description: Link to information that helps us confirm your issue.
- type: textarea
id: more-info
attributes:
label: Do you have anything more you want to share?
description: For example, steps to reproduce a bug, screenshots, screen recordings, or sample code
- type: markdown
attributes:
value: |
---
You're finished! The following fields are prefilled. Please click **Submit new issue**.
- type: textarea
id: metadata
attributes:
label: MDN metadata
description: Set automatically. Do not modify.
62 changes: 62 additions & 0 deletions .github/ISSUE_TEMPLATE/page-report-ja.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
name: "[MDN ページからの報告 // ja]"
description: MDN ページの "Report a problem with this content on GitHub" リンクで報告された問題
labels: ["l10n-ja", "needs triage"]
body:
- type: markdown
attributes:
value: |
### 始める前に
**このページを自分自身で修正するなら** このコンテンツはオープンソースです。
↩ 戻ってページ内の _Edit on GitHub_ リンクを使用してください。
**ブラウザーの互換性に関する問題なら**
↩ 戻ってページ内の _Report problems with this compatibility data on GitHub_ リンクを使用してください。
**ブラウザーについて知りたいなら**
🙋 ヘルプを得るには [Firefox](https://support.mozilla.org/ja/kb/file-bug-report-or-feature-request-mozilla), [Chrome](https://support.google.com/chrome/answer/95315?hl=en-GB&ref_topic=7439544), [Safari](https://www.apple.com/feedback/safari.html), またはその他のブラウザーについて、ブラウザーのサポートサイトをご覧ください。
---
- type: input
id: mdn-url
attributes:
label: MDN URL
description: 自動的に設定されます。変更しないでください。
validations:
required: true
- type: input
id: section
attributes:
label: この問題に関する節や見出しはどこですか。
- type: textarea
id: problem
attributes:
label: 不完全、不親切、不完全であった情報は何ですか。
validations:
required: true
- type: textarea
id: expected
attributes:
label: どう表示されるべきだと思いますか。
validations:
required: true
- type: textarea
id: references
attributes:
label: 補足情報となるリンク、参考資料、引用文献はありますか。
description: 問題を確認するための情報へのリンク。
- type: textarea
id: more-info
attributes:
label: 他に共有したいことはありますか。
description: 例えば、バグを再現する手順、スクリーンショット、画面録画、サンプルコードなど
- type: markdown
attributes:
value: |
---
これで完了です。次のフィールドはあらかじめ記入されています。 **Submit new issue** を押してください。
- type: textarea
id: metadata
attributes:
label: MDN metadata
description: 自動的に設定されます。変更しないでください。
Loading

0 comments on commit 7ae3417

Please sign in to comment.