-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
160 additions
and
0 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,47 @@ | ||
--- | ||
name: Bug Report | ||
about: 不具合の報告 | ||
labels: バグ | ||
--- | ||
|
||
## 不具合の内容 | ||
|
||
<!-- 概要はここに記載してください --> | ||
|
||
### 現象・ログ | ||
|
||
<!-- ここに記載してください --> | ||
|
||
### 再現手順 | ||
|
||
<!-- 最小の構成でできると、なおよい --> | ||
|
||
### 期待動作 | ||
|
||
<!-- 正しいと思う動作が明確であれば記載してください --> | ||
|
||
## VOICEVOXのバージョン | ||
|
||
0.?.0 | ||
|
||
<!-- "ヘルプ" → "アップデート情報" で確認できます --> | ||
|
||
## OSの種類/ディストリ/バージョン | ||
|
||
<!-- チェックするには [ ] を [x] に変更してください --> | ||
|
||
- [ ] Windows | ||
- [ ] macOS | ||
- [ ] Linux | ||
|
||
<!-- | ||
なるべく詳しく書いてください 記述例: | ||
* Windows 10 Pro 64bit (10.0.10586) | ||
* macOS Sierra | ||
* Linux fedora 23 64bit | ||
* Others | ||
--> | ||
|
||
## その他 | ||
|
||
<!-- 関連して何か気がついたこと、気になることがあればココに書いてください --> |
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,48 @@ | ||
--- | ||
name: Feature Request | ||
about: 機能要望・改善提案 | ||
labels: 機能向上 | ||
--- | ||
|
||
## 内容 | ||
|
||
<!-- ここに要望する機能を記載してください --> | ||
<!-- その機能が必要な理由や、具体例も --> | ||
|
||
### Pros 良くなる点 | ||
|
||
<!-- 改善される状態など --> | ||
|
||
### Cons 悪くなる点 | ||
|
||
<!-- ないことが望ましいが、もしあるなら --> | ||
|
||
### 実現方法 | ||
|
||
<!-- 実現方法について検討済みであるなら --> | ||
|
||
## VOICEVOXのバージョン | ||
|
||
0.?.0 | ||
|
||
<!-- "ヘルプ" → "アップデート情報" で確認できます --> | ||
|
||
## OSの種類/ディストリ/バージョン | ||
|
||
<!-- チェックするには [ ] を [x] に変更してください --> | ||
|
||
- [ ] Windows | ||
- [ ] macOS | ||
- [ ] Linux | ||
|
||
<!-- | ||
なるべく詳しく書いてください 記述例: | ||
* Windows 10 Pro 64bit (10.0.10586) | ||
* macOS Sierra | ||
* Linux fedora 23 64bit | ||
* Others | ||
--> | ||
|
||
## その他 | ||
|
||
<!-- 関連して何か気がついたこと、気になることがあればココに書いてください --> |
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,35 @@ | ||
--- | ||
name: Question | ||
about: 質問 (既存のIssueや一般事例を良く調べてからしてください) | ||
labels: question | ||
--- | ||
|
||
## 質問の内容 | ||
|
||
<!-- ここに記載してください --> | ||
|
||
## VOICEVOXのバージョン | ||
|
||
0.?.0 | ||
|
||
<!-- "ヘルプ" → "アップデート情報" で確認できます --> | ||
|
||
## OSの種類/ディストリ/バージョン | ||
|
||
<!-- チェックするには [ ] を [x] に変更してください --> | ||
|
||
- [ ] Windows | ||
- [ ] macOS | ||
- [ ] Linux | ||
|
||
<!-- | ||
なるべく詳しく書いてください 記述例: | ||
* Windows 10 Pro 64bit (10.0.10586) | ||
* macOS Sierra | ||
* Linux fedora 23 64bit | ||
* Others | ||
--> | ||
|
||
## その他 | ||
|
||
<!-- 関連して何か気がついたこと、気になることがあればココに書いてください --> |
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,24 @@ | ||
## 内容 | ||
|
||
<!-- | ||
プルリクエストの内容説明を端的に記載してください。 | ||
--> | ||
|
||
## 関連 Issue | ||
|
||
<!-- | ||
関連するIssue番号を記載してください。 | ||
番号の前に"close"を書くと自動的にIssueが閉じられます。 | ||
(例) | ||
ref #0 | ||
close #0 | ||
--> | ||
|
||
## スクリーンショット・動画など | ||
|
||
<!-- | ||
UIを変更した際は、変更がわかるような動画・スクリーンショットがあると助かります。 | ||
--> | ||
|
||
## その他 |
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,6 @@ | ||
'OS:mac': | ||
- '\[x\] macOS' | ||
'OS:linux': | ||
- '\[x\] Linux' | ||
'OS:win': | ||
- '\[x\] Windows' |