forked from microsoft/MixedRealityToolkit-Unity
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from Microsoft/mrtk_development
Mrtk development
- Loading branch information
Showing
2,361 changed files
with
274,190 additions
and
34,347 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,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. |
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,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. |
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 @@ | ||
--- | ||
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. |
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 |
---|---|---|
@@ -1,7 +1,22 @@ | ||
Overview | ||
--- | ||
## Overview | ||
|
||
|
||
Changes | ||
--- | ||
## Changes | ||
- Fixes: # . | ||
|
||
|
||
## Verification | ||
> This optional section is a place where you can detail the specific type of verification | ||
> you want from reviewers. For example, if you want reviewers to checkout the PR locally | ||
> and validate the functionality of specific scenarios, provide instructions | ||
> on the specific scenarios and what you want verified. | ||
> | ||
> If there are specific areas of concern or question feel free to highlight them here so | ||
> that reviewers can watch out for those issues. | ||
> | ||
> As a reviewer, it is possible to check out this change locally by using the following | ||
> commands (substituting {PR_ID} with the ID of this pull request): | ||
> | ||
> git fetch origin pull/{PR_ID}/head:name_of_local_branch | ||
> | ||
> git checkout name_of_local_branch |
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
Oops, something went wrong.