Skip to content

Commit c337398

Browse files
committed
feat(docs): Specify core-maintainers in README and CODEOWNERS
1 parent 2cc0f54 commit c337398

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

.github/CODEOWNERS

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# This is a comment.
2+
# Each line is a file pattern followed by one or more owners.
3+
4+
# These owners will be the default owners for everything in
5+
# the repo. Unless a later match takes precedence,
6+
# @global-owner1 and @global-owner2 will be requested for
7+
# review when someone opens a pull request.
8+
# ref: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
9+
10+
* @thinca @monaqa @kyoh86 @peacock0803sz
11+
src/ @thinca @monaqa @kyoh86
12+
src/lib/ @kyoh86 @thinca
13+
src/components/ @ryoppippi @peacock0803sz @staticWagomU
14+
src/layouts/ @ryoppippi @peacock0803sz @staticWagomU
15+
package*.json @peacock0803sz

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,17 @@
88
サイトの構成は [Astro](https://astro.build) を用いて行っています。
99
ローカルでのビルド方法は Astro の公式ドキュメントに従ってください。
1010

11+
## コアメンテナ
12+
13+
以下の人達がコアで動いているメンテナです。
14+
困った時はこれらの人達を Issue, PR でメンションすると早く解決する可能性が高いです。
15+
(もちろん OSS なので必須ではないし、他の人が回答・決定することもあります)
16+
17+
- 発案者: @thinca
18+
- コンポーネントデザイン: @monaqa, @staticWagomU, @ryoppippi
19+
- 参加・登録テンプレートや更新ロジック: @kyoh86, @thinca
20+
- 依存更新の自動化(Dependabot): @peacock0803sz
21+
- 開発フローやドキュメント: @peacock0803sz
22+
1123
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="クリエイティブ・コモンズ・ライセンス" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />この 作品 は <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">クリエイティブ・コモンズ 表示 4.0 国際 ライセンス</a>の下に提供されています。
1224
ただし、各記事の内容やタイトルの権利は執筆者に帰属します。

0 commit comments

Comments
 (0)