From 69b19efd47cfcab7c10df756331922b115905cc3 Mon Sep 17 00:00:00 2001
From: syuilo <syuilotan@yahoo.co.jp>
Date: Fri, 31 Mar 2017 01:50:52 +0900
Subject: [PATCH 1/3] Fix

---
 locales/ja.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/locales/ja.yml b/locales/ja.yml
index 080556bdc6..4c9423eab0 100644
--- a/locales/ja.yml
+++ b/locales/ja.yml
@@ -70,7 +70,7 @@ desktop:
     mk-post-form-window:
       post: "新規投稿"
       reply: "返信"
-      attaches: "添付:}メディア"
+      attaches: "添付: {}メディア"
       uploading-media: "{}個のメディアをアップロード中"
 
     mk-timeline-post:

From 1e0bd36193a686315fa37ebb3513aec142bc03e7 Mon Sep 17 00:00:00 2001
From: Aya Morisawa <AyaMorisawa4869@gmail.com>
Date: Fri, 31 Mar 2017 01:11:38 +0900
Subject: [PATCH 2/3] Update CONTRIBUTING.md

---
 CONTRIBUTING.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index f3d8649ec6..0add0bdcb1 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,4 +1,4 @@
-# Contribution guide 
+# Contribution guide
 :v: Misskeyへの貢献ありがとうございます。 :v:
 
 ## Issueの報告
@@ -6,6 +6,10 @@
 Issueを作成する前に、既に同じIssueが作成されていないかご確認ください。
 もし既にIssueが作成されている場合は、既存のIssueにコメントをしたりリアクションをするようお願いします。
 
+## Issueの解決
+[pr-welcomeのラベルがついているIssue](https://github.com/syuilo/misskey/labels/pr-welcome)
+の解決を目的としたPull Requestを作成してくださると非常にありがたいです。
+
 ## 翻訳の改善
 ソースコード中の `%i18n:id%` という形の文字列は、言語ファイルの対応するテキストに置換されます。
 言語ファイルは /locales ディレクトリに存在します。

From 8b1e56957d71fb40475fac95186ab3cf108a2ae2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?syuilo=E2=AD=90=EF=B8=8F?= <Syuilotan@yahoo.co.jp>
Date: Fri, 31 Mar 2017 03:29:39 +0900
Subject: [PATCH 3/3] Update script.js

---
 src/web/app/client/script.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/web/app/client/script.js b/src/web/app/client/script.js
index 1ad45b333e..fd0c20e012 100644
--- a/src/web/app/client/script.js
+++ b/src/web/app/client/script.js
@@ -1,7 +1,7 @@
 /**
  * MISSKEY CLIENT ENTRY POINT
  */
-(() => {
+{
 	const head = document.getElementsByTagName('head')[0];
 
 	// Detect user language
@@ -27,4 +27,4 @@
 		meta.setAttribute('content', 'width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no');
 		head.appendChild(meta);
 	}
-})();
+}