Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 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
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/article.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ body:

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

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

## 参加方法

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

## 注意事項

- 個人攻撃や差別的な内容を含む記事、公序良俗に反する不適切な記事は禁止
- 個人攻撃や差別的な内容を含む記事、公序良俗に反する不適切な記事、Vim (テキストエディタ)や周辺に関連しない記事は禁止
Comment thread
peacock0803sz marked this conversation as resolved.
Outdated
- 明らかに不適切と判断された記事はリンクを削除する
- GitHub経由での事前通告する
Comment thread
peacock0803sz marked this conversation as resolved.
Outdated

Expand Down
22 changes: 16 additions & 6 deletions src/pages/about/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,18 @@ Vim 駅伝は常に参加者を募集しています。詳しくは[こちらの
<h2 class="my-6 text-2xl text-ekiden-green-500 font-bold">注意事項!</h2>
<div class="my-4">
<p>
個人攻撃や差別的な内容を含む記事、公序良俗に反する不適切な記事の投稿を禁止します。
個人攻撃や差別的な内容を含む記事、公序良俗に反する不適切な記事、Vim
(テキストエディタ)や周辺に関連しない記事の投稿を禁止します。
Comment thread
peacock0803sz marked this conversation as resolved.
Outdated
</p>
<p>
明らかに不適切と判断された記事については、GitHub経由での通告のうえ、本ページからリンクを削除する場合があります。
Vimや周辺技術に関連があるかも含め、判断に迷う場合はIssueコメントで駅伝運営チーム(<code
>@vim-jp/ekiden</code
>)に相談してください。
</p>
<p>
vim-jp
Slackの駅伝運営チーム用チャンネルで議論のうえ、誰か一人でも不適切でないと判断すれば掲載OKとします。
Comment thread
peacock0803sz marked this conversation as resolved.
Outdated
不適切と判断された場合は、該当Issueを通告のうえでCloseするなどの対応を取ります。
Comment thread
peacock0803sz marked this conversation as resolved.
Outdated
</p>
</div>
<div class="my-4">
Expand All @@ -60,15 +68,15 @@ 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>
Comment thread
peacock0803sz marked this conversation as resolved.
<li>Vimを歌ってみた、Vimを踊ってみた、Vimになってみた話</li>
</ul>
<p>などなど。</p>
Expand All @@ -91,7 +99,9 @@ Vim 駅伝は常に参加者を募集しています。詳しくは[こちらの
など、公開コンテンツとして載せたもののURLを寄せてください。
</div>
<div class="my-4">
<p>記事の公開は可能な限り当日の午前中に行ってください</p>
<p>
記事の公開は可能な限り当日中に行ってください。ただし、記事の公開日は登録日と同じにしてください。
Comment thread
peacock0803sz marked this conversation as resolved.
Outdated
</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
(テキストエディタ)や周辺に関する記事を書いて、リレーを繋ごう!
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.

Suggested change
(テキストエディタ)や周辺に関する記事を書いて、リレーを繋ごう!
(テキストエディタ)やその周辺に関する記事を書いて、リレーを繋ごう!

</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