mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-04-25 07:28:51 -05:00
ISSUE_TEMPLATE を簡略化
This commit is contained in:
parent
6fc8fcce79
commit
19e4b13a5c
37
.github/ISSUE_TEMPLATE/------bug-report-ja--.md
vendored
37
.github/ISSUE_TEMPLATE/------bug-report-ja--.md
vendored
|
|
@ -2,40 +2,21 @@
|
|||
name: バグ報告 (Bug report(ja))
|
||||
about: 改善のためのレポートを作成します
|
||||
title: ''
|
||||
labels: ''
|
||||
labels: 'bug'
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
## バグについて
|
||||
|
||||
バグがどのようなものか明確かつ簡潔に記述してください。
|
||||
|
||||
## 再現方法
|
||||
|
||||
例: 動作の再現させる手順:
|
||||
|
||||
1. Go to '...'
|
||||
2. Click on '....'
|
||||
3. Scroll down to '....'
|
||||
4. See error
|
||||
|
||||
動作を再現できる最小の例(モデルファイルなど)がある場合は、このissueに添付してください。
|
||||
|
||||
## 期待する動作
|
||||
|
||||
期待する動作を明確かつ簡潔に記述してください。
|
||||
|
||||
## スクリーンショット
|
||||
|
||||
ある場合は、問題の説明に役立つスクリーンショットを追加してください。
|
||||
|
||||
## 環境情報
|
||||
|
||||
- UniVRM version: [e.g. `0.80.0`]
|
||||
- Unity version: [e.g. `Unity-2019.4`]
|
||||
- OS: [e.g. `Windows 10`]
|
||||
- Unity version: [e.g. `Unity-2018.4`]
|
||||
- UniVRM version: [e.g. `0.52.0`]
|
||||
|
||||
## 追加の状況・背景
|
||||
## バグについて
|
||||
|
||||
この問題に関するその他の状況・背景など記載したい場合にここに記載してください。
|
||||
* バグの内容
|
||||
* ConsoleLog
|
||||
* スクリーンショット
|
||||
* 再現方法
|
||||
* エラーの発生するファイル(ここに貼り付けても差し支えの無いもの)
|
||||
|
|
|
|||
11
.github/ISSUE_TEMPLATE/-----feature-request.md
vendored
11
.github/ISSUE_TEMPLATE/-----feature-request.md
vendored
|
|
@ -6,14 +6,3 @@ labels: enhancement
|
|||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
## 問題 Is your feature request related to a problem? Please describe.
|
||||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
||||
|
||||
## 追加する機能 Describe the solution you'd like
|
||||
A clear and concise description of what you want to happen.
|
||||
|
||||
## 記録内容の変更の有無 Requirement to update gltf
|
||||
必要な場合はこちら。 If gltf update is required, below.
|
||||
|
||||
https://github.com/vrm-c/vrm-specification/issues
|
||||
|
|
|
|||
37
.github/ISSUE_TEMPLATE/bug-report-------en--.md
vendored
37
.github/ISSUE_TEMPLATE/bug-report-------en--.md
vendored
|
|
@ -2,40 +2,21 @@
|
|||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: ''
|
||||
labels: ''
|
||||
labels: 'bug'
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
## Describe the bug
|
||||
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
## To Reproduce
|
||||
|
||||
e.g. Steps to reproduce the behavior:
|
||||
|
||||
1. Go to '...'
|
||||
2. Click on '....'
|
||||
3. Scroll down to '....'
|
||||
4. See error
|
||||
|
||||
If there are some minimal examples(e.g. model files) to reproduce the behavior, please attach them to this issue.
|
||||
|
||||
## Expected behavior
|
||||
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
## Screenshots
|
||||
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
|
||||
## Environments (please complete the following information):
|
||||
|
||||
- OS: [e.g. `Windows 10`]
|
||||
- Unity version: [e.g. `Unity-2018.4`]
|
||||
- UniVRM version: [e.g. `0.52.0`]
|
||||
- Unity version: [e.g. `Unity-2018.4`]
|
||||
- OS: [e.g. `Windows 10`]
|
||||
|
||||
## Additional context
|
||||
## Describe the bug
|
||||
|
||||
Add any other context about the problem here.
|
||||
* A clear and concise description of what the bug is.
|
||||
* ConsoleLog
|
||||
* ScreenShot
|
||||
* Reproduction procedure
|
||||
* File that causes an error (those that can be pasted here)
|
||||
Loading…
Reference in New Issue
Block a user