Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Sharkey
Manage
Activity
Members
Labels
Plan
Issues
341
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
25
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TransFem.org
Sharkey
Commits
0730f029
Commit
0730f029
authored
7 years ago
by
Aya Morisawa
Browse files
Options
Downloads
Patches
Plain Diff
Update contribution guide
parent
1fbf20f8
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CONTRIBUTING.md
+23
-12
23 additions, 12 deletions
CONTRIBUTING.md
README.md
+2
-15
2 additions, 15 deletions
README.md
with
25 additions
and
27 deletions
CONTRIBUTING.md
+
23
−
12
View file @
0730f029
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 に存在します。
This diff is collapsed.
Click to expand it.
README.md
+
2
−
15
View file @
0730f029
...
@@ -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:*`
.
Contribut
e
Contribut
ion
--------------------------------
--------------------------------
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
------------------------------
------------------------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment