-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# 投稿ガイドライン | ||
|
||
これを読むのに時間を割いてくれているのは素晴らしいことです。一緒に楽しみましょう! | ||
|
||
デフォルトでは、あなたの想像力には何の制限もありません。適切と思われること、あなたができることは何でも自由にやってください。ただし、何かネガティブなことが起こった場合は、それをメモしてこのファイルに記録し、再発防止に努めましょう。 | ||
|
||
CALM の開発環境の設定に興味があれば、[Hacking](hacking_JA.md) のセクションを参照してください。 | ||
|
||
## 変更を加える | ||
|
||
- 適切なコード管理を行うため、コミットを直接メインブランチにプッシュするのは控えてください。 | ||
- 代わりに、すべての変更をプルリクエストで送信してください。 | ||
- プルリクエストは、マージする前にコードオーナーの承認を得なければならないことに注意してください。 | ||
反例として、https://github.com/VitoVan/calm/pull/163 を確認してください。 |