Skip to content

Commit

Permalink
Merge pull request kubernetes#489 from seokho-son/dev-zh
Browse files Browse the repository at this point in the history
Update dev-zh branch with main branch
  • Loading branch information
seokho-son authored Mar 9, 2022
2 parents 84fe596 + 59d9c5f commit 8af5bab
Show file tree
Hide file tree
Showing 18 changed files with 239 additions and 113 deletions.
18 changes: 0 additions & 18 deletions .github/ISSUE_TEMPLATE/de.yml

This file was deleted.

18 changes: 0 additions & 18 deletions .github/ISSUE_TEMPLATE/es.yml

This file was deleted.

18 changes: 0 additions & 18 deletions .github/ISSUE_TEMPLATE/fr.yml

This file was deleted.

18 changes: 0 additions & 18 deletions .github/ISSUE_TEMPLATE/it.yml

This file was deleted.

26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/new-term-lang.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Request to add a new term (Optional:Non-English)
description: Issue to add a new term in other languages (not for localization)
title: "[New term] `GlossaryTermHere` for `LanguageHere`"
labels: ["new term non-english"]
body:
- type: textarea
id: details
attributes:
label: Please describe why this term needs to be added
value: |
#### What this term is about? (briefly)
-
#### Why this term needs to be added? (briefly)
-
#### Languages that use this term? (briefly)
-
validations:
required: true
- type: markdown
attributes:
value: |
---
## Thanks for taking the time to add a request to the glossary!
To claim this issue, please ask for it below.
The maintainers will assign a contributor to this issue.
Before getting started, please refer to the [style guide](https://glossary.cncf.io/style-guide/).
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/new-term.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Request to add a new term (Default:English)
description: Issue to add a new term in English
title: "[New term] `GlossaryTermHere` for `En`"
labels: ["lang/en","new term"]
body:
- type: textarea
id: details
attributes:
label: Please describe why this term needs to be added
value: |
#### What this term is about? (briefly)
-
#### Why this term needs to be added? (briefly)
-
validations:
required: true
- type: markdown
attributes:
value: |
---
## Thanks for taking the time to add a request to the glossary!
To claim this issue, please ask for it below.
The maintainers will assign a contributor to this issue.
Before getting started, please refer to the [style guide](https://glossary.cncf.io/style-guide/).
18 changes: 0 additions & 18 deletions .github/ISSUE_TEMPLATE/pt.yml

This file was deleted.

22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/update-term-lang.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Request to update existing term (Non-English)
description: Issue to update existing term in non-English
title: "[Update term] `GlossaryTermHere` for `LanguageHere`"
labels: ["update term"]
body:
- type: textarea
id: details
attributes:
label: Please describe why this term needs to be updated
value: |
#### Why this term needs to be updated? (briefly)
-
validations:
required: true
- type: markdown
attributes:
value: |
---
## Thanks for taking the time to add a request to the glossary!
To claim this issue, please ask for it below.
The maintainers will assign a contributor to this issue.
Before getting started, please refer to the [style guide](https://glossary.cncf.io/style-guide/).
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/update-term.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Request to update existing term (English)
description: Issue to update existing term in English
title: "[Update term] `GlossaryTermHere` for `En`"
labels: ["lang/en","update term"]
body:
- type: textarea
id: details
attributes:
label: Please describe why this term needs to be updated
value: |
#### Why this term needs to be updated? (briefly)
-
validations:
required: true
- type: markdown
attributes:
value: |
---
## Thanks for taking the time to add a request to the glossary!
To claim this issue, please ask for it below.
The maintainers will assign a contributor to this issue.
Before getting started, please refer to the [style guide](https://glossary.cncf.io/style-guide/).
34 changes: 34 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
lang/ar:
- content/ar/*

lang/bn:
- content/bn/*

lang/de:
- content/de/*

lang/en:
- content/en/*

lang/es:
- content/es/*

lang/fr:
- content/fr/*

lang/it:
- content/it/*

lang/hi:
- content/hi/*

lang/ko:
- content/ko/*

lang/pt:
- content/pt-br/*

lang/zh:
- content/zh/*


53 changes: 46 additions & 7 deletions .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,19 @@ collaborators:

- username: seokho-son
permission: admin

# l10n ko approvers
# Note: seokho-son is both a maintainer (maintain) and Korean approver (push)

# English approvers (approver for all files in repository)
- username: jihoon-seo
permission: push

- username: iamNoah1
permission: push


# Localization approvers
# l10n ko approvers
# Note: seokho-son is both Maintainer (maintain) and Korean approver (push)
# Note: jihoon-seo is both English approver (push) and Korean approver (push)
- username: Eviekim
permission: push

Expand Down Expand Up @@ -65,10 +72,8 @@ collaborators:
permission: push

# l10n de approvers
# Note: CathPag is both a maintainer (maintain) and de approver (push)
- username: iamNoah1
permission: push

# Note: CathPag is both Maintainer (maintain) and de approver (push)
# Note: iamNoah1 is both English approver (push) and de approver (push)
- username: DaveVentura
permission: push

Expand Down Expand Up @@ -116,6 +121,19 @@ collaborators:
- username: electrocucaracha
permission: push

# l10n zh approvers
- username: hanyuancheung
permission: push

- username: Jacob953
permission: push

- username: Rocksnake
permission: push

- username: Submarinee
permission: push

branches:

# Default branch of this repository for configurations and English contents
Expand All @@ -133,6 +151,8 @@ branches:
- jasonmorgan
- CathPag
- seokho-son
- iamNoah1
- jihoon-seo
teams: []
enforce_admins: null
required_linear_history: null
Expand Down Expand Up @@ -284,3 +304,22 @@ branches:
teams: []
enforce_admins: null
required_linear_history: null

# l10n branch for zh contents only
- name: dev-zh
protection:
required_pull_request_reviews:
required_approving_review_count: 2
require_code_owner_reviews: true
required_status_checks: null
restrictions:
apps: []
# zh approvers
users:
- hanyuancheung
- Jacob953
- Rocksnake
- Submarinee
teams: []
enforce_admins: null
required_linear_history: null
16 changes: 16 additions & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: "Pull Request Labeler"
on:
pull_request:
types: [opened, synchronize]
paths:
- 'content/**'
branches:
- '**'

jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v3
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
34 changes: 20 additions & 14 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,34 +1,40 @@
# This CODEOWNERS file defines contributors that are
# responsible for code in this repository.

# These are the maintainers in the repo.
# These owners will be the default owners for everything in the repo.
# We require at least two maintainers to sign off on a new term.
# Code owners are automatically requested for review
# when someone opens a pull request that modifies code that they own.

* @caniszczyk @CathPag @jasonmorgan @seokho-son
# These owners will be default owners for everything in this repository.
# These owners consist of Maintainers and English approvers.
* @caniszczyk @CathPag @jasonmorgan @seokho-son @iamNoah1 @jihoon-seo


# These are the owners for localization contents
# These are the owners (approvers) for localization contents
# in each `/content/language/` directory.

# Owners of Korean contents
# Approvers for Korean contents
/content/ko/ @seokho-son @Eviekim @jihoon-seo @yunkon-kim

# Owners of Portuguese contents
/content/pt/ @edsoncelio @brunoguidone @jessicalins
# Approvers for Portuguese contents
/content/pt-br/ @edsoncelio @brunoguidone @jessicalins

# Owners of Hindi contents
# Approvers for Hindi contents
/content/hi/ @Garima-Negi @sayantani11 @anubha-v-ardhan @jayesh-srivastava

# Owners of German contents
# Approvers for German contents
/content/de/ @CathPag @iamNoah1 @DaveVentura

# Owners of Italian contents
# Approvers for Italian contents
/content/it/ @Giulia-dipietro @meryem-ldn @annalisag-spark @sistella

# Owners of Arabic contents
# Approvers for Arabic contents
/content/ar/ @TarekMSayed @same7ammar @AShabana @hacktron95

# Owners of Bengali contents
# Approvers for Bengali contents
/content/bn/ @mitul3737 @Mouly22 @ikramulkayes

# Owners of Spanish contents
# Approvers for Spanish contents
/content/es/ @CathPag @raelga @electrocucaracha

# Approvers for Chinese contents
/content/zh/ @hanyuancheung @Jacob953 @Rocksnake @Submarinee
Loading

0 comments on commit 8af5bab

Please sign in to comment.