forked from n-air-app/n-air-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: berlysia <[email protected]> Co-authored-by: yushi-nakatani <[email protected]> Co-authored-by: koizuka <[email protected]> Co-authored-by: Makoto-Sasahara <[email protected]> Co-authored-by: Akane-Endou <[email protected]> Co-authored-by: pocketberserker <[email protected]> Co-authored-by: nullkal <[email protected]>
- Loading branch information
1 parent
bf7f8f8
commit a19dc48
Showing
907 changed files
with
7,867 additions
and
38,550 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,12 @@ | ||
root = true | ||
|
||
[*] | ||
charset = utf-8 | ||
indent_size = 2 | ||
end_of_line = lf | ||
indent_style = space | ||
trim_trailing_whitespace = true | ||
insert_final_newline = true | ||
|
||
[*.md] | ||
trim_trailing_whitespace = false |
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,28 @@ | ||
--- | ||
name: バグ報告 | ||
about: バグ修正に役立つ報告を作成 | ||
|
||
--- | ||
|
||
**バグの概要** | ||
バグの内容を簡潔かつ明確に書いてください。 | ||
|
||
**再現手順** | ||
バグ再現手順: | ||
1. '...'に移動 | ||
2. '....'をクリック | ||
3. '....'を下へスクロール | ||
4. エラーが表示される | ||
|
||
**期待する動作** | ||
あなたが期待する動きを簡潔かつ明確に書いてください。 | ||
|
||
**スクリーンショット** | ||
バグの説明に役立つスクリーンショットを用意できる場合、ここに追加してください。 | ||
|
||
**バグが発生した環境** | ||
- OS: [例: Windows 10] | ||
- Version [例: v0.1.20180808-1.exe] | ||
|
||
**補足** | ||
このバグに関連する情報を追加してください。 |
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,17 @@ | ||
--- | ||
name: 要望 | ||
about: プロジェクトに関するアイディア提案 | ||
|
||
--- | ||
|
||
**あなたの要望がどのような問題に関連しているのか** | ||
問題が何であるかを簡潔かつ明確に書いてください。 | ||
|
||
**あなたが望む解決策の説明** | ||
あなたが何をしたいのかについての説明を簡潔かつ明確に書いてください。 | ||
|
||
**解決手法の提案** | ||
あなたが考えた解決手法や機能の説明を簡潔かつ明確に書いてください。 | ||
|
||
**追加情報** | ||
この要望に関連する情報やスクリーンショットを追加してください。 |
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,3 @@ | ||
**このpull requestが解決する内容** | ||
|
||
**動作確認手順** |
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
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,3 +1,5 @@ | ||
{ | ||
"singleQuote": true | ||
"singleQuote": true, | ||
"printWidth": 120, | ||
"trailingComma": "es5" | ||
} |
Oops, something went wrong.