Skip to content
Snippets Groups Projects
Commit 0730f029 authored by Aya Morisawa's avatar Aya Morisawa
Browse files

Update contribution guide

parent 1fbf20f8
No related branches found
No related tags found
No related merge requests found
Philosophy # :v: Contribution guide :v:
========== Misskeyへの貢献ありがとうございます。
> Keep It Simple, Stupid.
## Issueの報告
Translating 新機能の提案や不具合の報告は https://github.com/syuilo/misskey/issues で管理しています。
=========== Issueを作成する前に、既に同じIssueが作成されていないかご確認ください。
テキストの出現箇所を`%i18n:id%`という文字列に置換し、対応する値を /locales 下にある言語ファイルに追加します。 もし既にIssueが作成されている場合は、既存のIssueにコメントをしたりリアクションをするようお願いします。
Tag ## 翻訳の改善
=== ソースコード中の `%i18n:id%` という形の文字列は、言語ファイルの対応するテキストに置換されます。
[Riot.js](http://riotjs.com)を採用していて、 言語ファイルは /locales ディレクトリに存在します。
HTML + Stylus + JavaScript で書きます。
## ドキュメントの編集
現在Misskeyはドキュメントが大きく不足しています。
ドキュメントは /docs ディレクトリに存在します。
## テストの追加
現在Misskeyはテストが大きく不足しています。
テストコードは /test ディレクトリに存在します。
## 自動テスト及び自動リリース
Travis CIで行っています。
設定ファイルは /.travis に存在します。
...@@ -121,22 +121,9 @@ Debugging :bug: ...@@ -121,22 +121,9 @@ Debugging :bug:
### Show debug messages ### Show debug messages
Misskey uses [debug](https://github.com/visionmedia/debug) and the namespace is `misskey:*`. Misskey uses [debug](https://github.com/visionmedia/debug) and the namespace is `misskey:*`.
Contribute Contribution
-------------------------------- --------------------------------
Do you have feature request or problem with Misskey? Please see [Contribution guide](./CONTRIBUTING.md).
Please create issue to report it if it is about the Misskey implementation itself.
Currently Misskey is missing documents so writing documents would be appreciated.
Pull requests are always welcome.
*We love contributions from anybody.*
Please see also [Contribution guide](./CONTRIBUTING.md).
### TODO
* More [tests](./test)!
* More [docs](./docs)!
* More sophisticated code!
Collaborators Collaborators
------------------------------ ------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment