From 24bb65e384c09e45bae4b97f050f3cb1d47db74a Mon Sep 17 00:00:00 2001 From: Peacock <33555487+peacock0803sz@users.noreply.github.com> Date: Fri, 27 Mar 2026 18:06:11 +0900 Subject: [PATCH 01/14] =?UTF-8?q?Unify=20wording=20to=20use=20"=E5=91=A8?= =?UTF-8?q?=E8=BE=BA=E6=8A=80=E8=A1=93"=20instead=20of=20"=E3=83=86?= =?UTF-8?q?=E3=82=AF=E3=83=8E=E3=83=AD=E3=82=B8=E3=83=BC"=20across=20pages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/article.yml | 2 +- src/pages/about/index.astro | 7 ++----- src/pages/index.astro | 2 +- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/article.yml b/.github/ISSUE_TEMPLATE/article.yml index 13080cdf..5631c2b4 100644 --- a/.github/ISSUE_TEMPLATE/article.yml +++ b/.github/ISSUE_TEMPLATE/article.yml @@ -18,7 +18,7 @@ body: ## どんなものを書けば良いの? - - Vimまたはテクノロジーに関連した内容 + - Vimや周辺技術に関連した内容 - ノウハウ, 気づき - プラグイン紹介 - 他のテキストエディタの話 diff --git a/src/pages/about/index.astro b/src/pages/about/index.astro index 703136bc..23ca8ab9 100644 --- a/src/pages/about/index.astro +++ b/src/pages/about/index.astro @@ -59,16 +59,13 @@ Vim 駅伝は常に参加者を募集しています。詳しくは[こちらの どんなものを書けば良いの?
-

- 基本的には、Vimまたはテクノロジーに関連した内容を書けば、なんでも構いません。 -

+

基本的にはVimや周辺技術に関連した内容を書けば、なんでも構いません。

などなど。

diff --git a/src/pages/index.astro b/src/pages/index.astro index 12bcf11e..55209f09 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -35,7 +35,7 @@ const newestArticle = getArticles({ isPublished: true }).at(-1); >
-
あなたもVimやテクノロジーに関する記事を書いて、リレーを繋ごう!
+
あなたもVimや周辺技術に関する記事を書いて、リレーを繋ごう!
-

記事の公開は可能な限り当日の午前中に行ってください

+

+ 記事の公開は可能な限り当日中に行ってください。ただし、記事の公開日は登録日と同じにしてください。 +

参加するためにはどうすればいいの? From a430e65649993266382c204bf6e8648b60c03854 Mon Sep 17 00:00:00 2001 From: Peacock <33555487+peacock0803sz@users.noreply.github.com> Date: Fri, 27 Mar 2026 18:46:12 +0900 Subject: [PATCH 03/14] Define article acceptance policy and review flow on about page Add explicit acceptance criteria (Vim and related technology scope), consultation process via @vim-jp/ekiden, and decision flow for borderline articles to the notice section. ref: #1456 --- src/pages/about/index.astro | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/pages/about/index.astro b/src/pages/about/index.astro index c7cd80d3..ec325ae4 100644 --- a/src/pages/about/index.astro +++ b/src/pages/about/index.astro @@ -42,10 +42,17 @@ Vim 駅伝は常に参加者を募集しています。詳しくは[こちらの

注意事項!

- 個人攻撃や差別的な内容を含む記事、公序良俗に反する不適切な記事の投稿を禁止します。 + 個人攻撃や差別的な内容を含む記事、公序良俗に反する不適切な記事、Vimや周辺技術に関連しない記事の投稿を禁止します。

- 明らかに不適切と判断された記事については、GitHub経由での通告のうえ、本ページからリンクを削除する場合があります。 + Vimや周辺技術に関連があるかも含め、判断に迷う場合はIssueコメントで駅伝運営チーム(@vim-jp/ekiden)に相談してください。 +

+

+ vim-jp + Slackの駅伝運営チーム用チャンネルで議論のうえ、誰か一人でも不適切でないと判断すれば掲載OKとします。 + 不適切と判断された場合は、該当Issueを通告のうえでCloseするなどの対応を取ります。

From a6c1ed65dd643a6518d6beb9c78102f36975bfc1 Mon Sep 17 00:00:00 2001 From: Peacock <33555487+peacock0803sz@users.noreply.github.com> Date: Sat, 28 Mar 2026 20:51:30 +0900 Subject: [PATCH 04/14] Align wording for what articles is expected --- .github/ISSUE_TEMPLATE/article.yml | 2 +- src/pages/about/index.astro | 5 ++++- src/pages/index.astro | 5 ++++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/article.yml b/.github/ISSUE_TEMPLATE/article.yml index e28ce384..fa195a21 100644 --- a/.github/ISSUE_TEMPLATE/article.yml +++ b/.github/ISSUE_TEMPLATE/article.yml @@ -18,7 +18,7 @@ body: ## どんなものを書けば良いの? - - Vimや周辺技術に関連した内容 + - Vim (テキストエディタ)や周辺に関連した内容 - ノウハウ, 気づき - プラグイン紹介 - 他のテキストエディタの話 diff --git a/src/pages/about/index.astro b/src/pages/about/index.astro index ec325ae4..ac09814c 100644 --- a/src/pages/about/index.astro +++ b/src/pages/about/index.astro @@ -66,7 +66,10 @@ Vim 駅伝は常に参加者を募集しています。詳しくは[こちらの どんなものを書けば良いの?
-

基本的にはVimや周辺技術に関連した内容を書けば、なんでも構いません。

+

+ 基本的にはVim + (テキストエディタ)や周辺に関連した内容を書けば、なんでも構いません。 +

などなど。

From 2403b8036694f2aa1e3b116aac70feddf987dba6 Mon Sep 17 00:00:00 2001 From: Peacock <33555487+peacock0803sz@users.noreply.github.com> Date: Wed, 1 Apr 2026 20:28:57 +0900 Subject: [PATCH 08/14] Update note for publishing date of the article --- src/pages/about/index.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/about/index.astro b/src/pages/about/index.astro index 72378b17..94aec4ed 100644 --- a/src/pages/about/index.astro +++ b/src/pages/about/index.astro @@ -100,7 +100,7 @@ Vim 駅伝は常に参加者を募集しています。詳しくは[こちらの

- 記事の公開は可能な限り当日中に行ってください。ただし、記事の公開日は登録日と同じにしてください。 + 記事の公開は可能な限り当日中に行い、登録日より先に公開することは避けてください。

From 931ebf2f9fb4f92e19ca175f6b6c9006cd5c40d7 Mon Sep 17 00:00:00 2001 From: Peacock <33555487+peacock0803sz@users.noreply.github.com> Date: Mon, 6 Apr 2026 12:42:57 +0900 Subject: [PATCH 09/14] Avoid duplicate negative Co-authored-by: monaqa <48883418+monaqa@users.noreply.github.com> --- src/pages/about/index.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/about/index.astro b/src/pages/about/index.astro index 94aec4ed..89b03d1d 100644 --- a/src/pages/about/index.astro +++ b/src/pages/about/index.astro @@ -51,7 +51,7 @@ Vim 駅伝は常に参加者を募集しています。詳しくは[こちらの

vim-jp - Slackの駅伝運営チーム用チャンネルで議論のうえ、誰か一人でも不適切でないと判断すれば掲載OKとします。 + Slackの駅伝運営チーム用チャンネルで議論のうえ、誰か一人でも適切と判断すれば掲載OKとします。 不適切と判断された場合は、該当Issueを通告のうえでCloseするなどの対応を取ります。

From 8f6fc7cd661af13dbff79b567d2bcf73f5f87dc8 Mon Sep 17 00:00:00 2001 From: Peacock <33555487+peacock0803sz@users.noreply.github.com> Date: Mon, 6 Apr 2026 12:44:08 +0900 Subject: [PATCH 10/14] =?UTF-8?q?Use=20=E6=95=AC=E4=BD=93=20style=20to=20a?= =?UTF-8?q?djust=20the=20others?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: monaqa <48883418+monaqa@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/article.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/article.yml b/.github/ISSUE_TEMPLATE/article.yml index 4bb0c503..a7453d2e 100644 --- a/.github/ISSUE_TEMPLATE/article.yml +++ b/.github/ISSUE_TEMPLATE/article.yml @@ -55,8 +55,7 @@ body: - 個人攻撃や差別的な内容を含む記事、公序良俗に反する不適切な記事を禁止します - 「Vim 駅伝」の趣旨にそぐわないもの、具体的にはVimなどのテキストエディタやその周辺に一切関連しない記事はご遠慮ください - - 明らかに不適切と判断された記事はリンクを削除する - - GitHub経由での事前通告する + - 明らかに不適切と判断された記事は、GitHub経由で事前に通告したうえでリンクを削除する場合があります - type: 'input' id: 'title' From 22eda6254477765ed1979423be8bcfefd0b4ea1d Mon Sep 17 00:00:00 2001 From: Peacock <33555487+peacock0803sz@users.noreply.github.com> Date: Wed, 8 Apr 2026 20:11:10 +0900 Subject: [PATCH 11/14] Revert partially disclaimer to withdrawing article --- src/pages/about/index.astro | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/pages/about/index.astro b/src/pages/about/index.astro index 89b03d1d..c96967d8 100644 --- a/src/pages/about/index.astro +++ b/src/pages/about/index.astro @@ -45,14 +45,7 @@ Vim 駅伝は常に参加者を募集しています。詳しくは[こちらの 個人攻撃や差別的な内容を含む記事、公序良俗に反する不適切な記事の投稿を禁止します。

- Vimや周辺技術に関連があるかも含め、判断に迷う場合はIssueコメントで駅伝運営チーム(@vim-jp/ekiden)に相談してください。 -

-

- vim-jp - Slackの駅伝運営チーム用チャンネルで議論のうえ、誰か一人でも適切と判断すれば掲載OKとします。 - 不適切と判断された場合は、該当Issueを通告のうえでCloseするなどの対応を取ります。 + 明らかに不適切と判断された記事については、GitHub経由での通告のうえ、本ページからリンクを削除する場合があります。

From c1f7f7a775823ea3bc91be1e3ac48092ba58e1fc Mon Sep 17 00:00:00 2001 From: thinca Date: Tue, 21 Apr 2026 11:48:48 +0900 Subject: [PATCH 12/14] Fix yaml format --- .github/ISSUE_TEMPLATE/article.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/article.yml b/.github/ISSUE_TEMPLATE/article.yml index a7453d2e..4ae0a566 100644 --- a/.github/ISSUE_TEMPLATE/article.yml +++ b/.github/ISSUE_TEMPLATE/article.yml @@ -55,7 +55,7 @@ body: - 個人攻撃や差別的な内容を含む記事、公序良俗に反する不適切な記事を禁止します - 「Vim 駅伝」の趣旨にそぐわないもの、具体的にはVimなどのテキストエディタやその周辺に一切関連しない記事はご遠慮ください - - 明らかに不適切と判断された記事は、GitHub経由で事前に通告したうえでリンクを削除する場合があります + - 明らかに不適切と判断された記事は、GitHub経由で事前に通告したうえでリンクを削除する場合があります - type: 'input' id: 'title' From 673fdfff5eaab0aa7a04d804250755864cf656fe Mon Sep 17 00:00:00 2001 From: thinca Date: Tue, 21 Apr 2026 11:49:04 +0900 Subject: [PATCH 13/14] Tweak sentence --- .github/ISSUE_TEMPLATE/article.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/article.yml b/.github/ISSUE_TEMPLATE/article.yml index 4ae0a566..6ce9b329 100644 --- a/.github/ISSUE_TEMPLATE/article.yml +++ b/.github/ISSUE_TEMPLATE/article.yml @@ -55,7 +55,7 @@ body: - 個人攻撃や差別的な内容を含む記事、公序良俗に反する不適切な記事を禁止します - 「Vim 駅伝」の趣旨にそぐわないもの、具体的にはVimなどのテキストエディタやその周辺に一切関連しない記事はご遠慮ください - - 明らかに不適切と判断された記事は、GitHub経由で事前に通告したうえでリンクを削除する場合があります + - 明らかに不適切と判断された記事は、リンクを削除する場合があります - type: 'input' id: 'title' From 15b87cb25da8c7c9c26a74cd89b89d0e4dfdab13 Mon Sep 17 00:00:00 2001 From: thinca Date: Tue, 21 Apr 2026 11:53:58 +0900 Subject: [PATCH 14/14] Tweak issue template --- .github/ISSUE_TEMPLATE/article.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/article.yml b/.github/ISSUE_TEMPLATE/article.yml index 6ce9b329..7a7dee75 100644 --- a/.github/ISSUE_TEMPLATE/article.yml +++ b/.github/ISSUE_TEMPLATE/article.yml @@ -25,6 +25,7 @@ body: - Vimの二次創作の話 - Vimを使った開発の苦労話 - etc. + - 記事には Vim 駅伝への参加記事であることと、[Vim駅伝](https://vim-jp.org/ekiden/)へのリンクを含める - 分量は自由 - ほんの1文 - 1万文字を超える大作 @@ -34,7 +35,7 @@ body: - 自前のブログ - スニペットサービス - etc. - - 公開タイミングは当日中、記事の公開日と同じであればOK + - 公開日になったら、その日当日中に記事を公開する ## 参加方法