浏览代码

Add issue templates

/4.0
GitHub 4 年前
当前提交
a35bd540
共有 5 个文件被更改,包括 63 次插入0 次删除
  1. 33
      .github/ISSUE_TEMPLATE/bug_report.md
  2. 20
      .github/ISSUE_TEMPLATE/feature_request.md
  3. 10
      .github/ISSUE_TEMPLATE/how-to.md

33
.github/ISSUE_TEMPLATE/bug_report.md


---
name: Bug report
about: Create a report to help us improve
title: "[Bug]"
labels: bug
assignees: ''
---
**Unity bug report case number**
Please log a bug at https://unity3d.com/unity/qa/bug-reporting and post the case number here.
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Actual behavior**
A clear and concise description of what actually happened.
**Smartphone (please complete the following information):**
- Device: [e.g. iPhone X]
- OS: [e.g. iOS 13]
- Unity version
- ARFoundation version

20
.github/ISSUE_TEMPLATE/feature_request.md


---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: feature request
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.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.

10
.github/ISSUE_TEMPLATE/how-to.md


---
name: How to
about: How to do something in ARFoundation
title: ''
labels: how to
assignees: ''
---
How do I...
正在加载...
取消
保存