Skip to content
Open
Show file tree
Hide file tree
Changes from 10 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/ISSUE_TEMPLATE/article.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ body:

## どんなものを書けば良いの?

- Vimまたはテクノロジーに関連した内容
- Vim (テキストエディタ)や周辺に関連した内容
- ノウハウ, 気づき
- プラグイン紹介
- 他のテキストエディタの話
- Vimの二次創作の話
- 開発の苦労話
- Vimを使った開発の苦労話
- etc.
- 分量は自由
- ほんの1文
Expand All @@ -34,7 +34,7 @@ body:
- 自前のブログ
- スニペットサービス
- etc.
- 公開タイミングはできるだけ当日の午前中
- 公開タイミングは当日中、記事の公開日と同じであればOK

## 参加方法

Expand All @@ -53,9 +53,9 @@ body:

## 注意事項

- 個人攻撃や差別的な内容を含む記事、公序良俗に反する不適切な記事は禁止
- 明らかに不適切と判断された記事はリンクを削除する
- GitHub経由での事前通告する
- 個人攻撃や差別的な内容を含む記事、公序良俗に反する不適切な記事を禁止します
- 「Vim 駅伝」の趣旨にそぐわないもの、具体的にはVimなどのテキストエディタやその周辺に一切関連しない記事はご遠慮ください
- 明らかに不適切と判断された記事は、GitHub経由で事前に通告したうえでリンクを削除する場合があります

- type: 'input'
id: 'title'
Expand Down
20 changes: 15 additions & 5 deletions src/pages/about/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,14 @@ Vim 駅伝は常に参加者を募集しています。詳しくは[こちらの
個人攻撃や差別的な内容を含む記事、公序良俗に反する不適切な記事の投稿を禁止します。
</p>
<p>
明らかに不適切と判断された記事については、GitHub経由での通告のうえ、本ページからリンクを削除する場合があります。
Vimや周辺技術に関連があるかも含め、判断に迷う場合はIssueコメントで駅伝運営チーム(<code
>@vim-jp/ekiden</code
>)に相談してください。
</p>
<p>
vim-jp
Slackの駅伝運営チーム用チャンネルで議論のうえ、誰か一人でも適切と判断すれば掲載OKとします。
不適切と判断された場合は、該当Issueを通告のうえでCloseするなどの対応を取ります。
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ここの文言は元の文から変えなくて良いと思います!
Issue を Close しても記事との紐づけは消えませんし、そもそも公開時に Issue は Close されるので、元の表現が正しいはずです。

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@monaqa 修正しましたー

</p>
</div>
<div class="my-4">
Expand All @@ -60,16 +67,17 @@ Vim 駅伝は常に参加者を募集しています。詳しくは[こちらの
</h2>
<div class="my-4">
<p>
基本的には、Vimまたはテクノロジーに関連した内容を書けば、なんでも構いません。
基本的にはVim
(テキストエディタ)や周辺に関連した内容を書けば、なんでも構いません。
</p>
<ul class="list-disc list-inside">
<li>
誰かに教えてもらった小さなTIPS、自分だけのノウハウ、ちょっとした気づき
</li>
<li>日頃使っている、あるいは自分で作ったプラグインの紹介</li>
<li>日頃使っている、あるいは自分で作ったVimプラグインの紹介</li>
<li>Emacs、VSCode、などなど他のテキストエディタの話</li>
<li>普段の開発の苦労話</li>
<li>Vimを歌ってみた、Vimを踊ってみた、Vimになってみた話</li>
<li>Vimを使った開発の苦労話</li>
</ul>
<p>などなど。</p>
</div>
Expand All @@ -91,7 +99,9 @@ Vim 駅伝は常に参加者を募集しています。詳しくは[こちらの
など、公開コンテンツとして載せたもののURLを寄せてください。
</div>
<div class="my-4">
<p>記事の公開は可能な限り当日の午前中に行ってください</p>
<p>
記事の公開は可能な限り当日中に行い、登録日より先に公開することは避けてください。
</p>
</div>
<h2 class="my-6 text-2xl text-ekiden-green-500 font-bold">
参加するためにはどうすればいいの?
Expand Down
5 changes: 4 additions & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ const newestArticle = getArticles({ isPublished: true }).at(-1);
>
<ConversionButton href="#first-slot" />
<div>
<div>あなたもVimやテクノロジーに関する記事を書いて、リレーを繋ごう!</div>
<div>
あなたもVim
(テキストエディタ)や周辺に関する記事を書いて、リレーを繋ごう!
</div>
<div class="font-normal underline">
<a
href="https://github.com/vim-jp/ekiden/issues?q=is%3Aissue%20state%3Aopen%20author%3A%40me%20label%3Aarticle"
Expand Down