Skip to content

Commit

Permalink
Merge pull request #4053 from Microsoft/mrtk_release
Browse files Browse the repository at this point in the history
Update mrtk_dev with mrtk_release
  • Loading branch information
keveleigh committed Apr 23, 2019
2 parents eb95432 + 4506767 commit 330bc1a
Show file tree
Hide file tree
Showing 3 changed files with 89 additions and 0 deletions.
45 changes: 45 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
@@ -0,0 +1,45 @@
---
name: Bug report
about: Create a bug report to help us improve
title: ''
labels: Bug
assignees: ''

---

## 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.

## Screenshots

If applicable, add screenshots to help explain your problem.

## Your Setup (please complete the following information)

- Unity Version [e.g. 2018.3.11f1]
- MRTK Version [e.g. v2.0]

## Target Platform (please complete the following information)

- HoloLens
- HoloLens 2
- WMR immersive
- OpenVR

## Additional context

Add any other context about the problem here.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation-issue.md
@@ -0,0 +1,20 @@
---
name: Documentation Issue
about: 'Something in our doc is missing or incorrect '
title: ''
labels: Documentation
assignees: ''

---

## Describe the Issue
A clear and concise what the issue

## Feature Area
What's incorrect? What's missing?

## Existing Doc Link
If this is about something in an existing document, please provide link

## Additional context
Add any other context about the problem here.
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
@@ -0,0 +1,24 @@
---
name: Feature Request
about: Suggest an idea for the MRTK
title: ''
labels: Feature Request
assignees: ''

---

## Describe the problem

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.

0 comments on commit 330bc1a

Please sign in to comment.