Skip to content

Commit

Permalink
first commit for N Air.
Browse files Browse the repository at this point in the history
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
8 people committed Aug 8, 2018
1 parent bf7f8f8 commit a19dc48
Show file tree
Hide file tree
Showing 907 changed files with 7,867 additions and 38,550 deletions.
12 changes: 12 additions & 0 deletions .editorconfig
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
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/Bug_report.md
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]

**補足**
このバグに関連する情報を追加してください。
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/Feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: 要望
about: プロジェクトに関するアイディア提案

---

**あなたの要望がどのような問題に関連しているのか**
問題が何であるかを簡潔かつ明確に書いてください。

**あなたが望む解決策の説明**
あなたが何をしたいのかについての説明を簡潔かつ明確に書いてください。

**解決手法の提案**
あなたが考えた解決手法や機能の説明を簡潔かつ明確に書いてください。

**追加情報**
この要望に関連する情報やスクリーンショットを追加してください。
3 changes: 3 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
**このpull requestが解決する内容**

**動作確認手順**
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,19 @@
node_modules/
build/
npm-debug.log
yarn-error.log
lib/
rtmp-services/
text-freetype2/
/data/
dist/
test-dist/
test-unit-dist/
bundles/
node-obs/
node-boost/
electron.sln
electron.VC.db
.vs/
plugins/
AGREEMENT.sjis
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

4 changes: 3 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{
"singleQuote": true
"singleQuote": true,
"printWidth": 120,
"trailingComma": "es5"
}
Loading

0 comments on commit a19dc48

Please sign in to comment.