Skip to content

Commit

Permalink
Merge pull request #6 from Microsoft/mrtk_development
Browse files Browse the repository at this point in the history
Mrtk development
  • Loading branch information
thalbern authored Apr 26, 2019
2 parents c36b550 + 1cb3b53 commit 42bcafa
Show file tree
Hide file tree
Showing 2,361 changed files with 274,190 additions and 34,347 deletions.
45 changes: 45 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
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.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation-issue.md
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.
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
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.
23 changes: 19 additions & 4 deletions .github/pull_request_template.md
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
15 changes: 15 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,18 @@ Assets/ThirdParty.meta
Assets/TextMesh Pro.meta
Assets/TextMesh Pro/
--Version/
Assets/StreamingAssets/GltfModels/
Assets/StreamingAssets/GltfModels.meta
Assets/StreamingAssets.meta

/mrtk_log_mostRecentET.csv

# =============== #
# DocFX Generated #
# =============== #
doc/

# =========================================== #
# Asset Script Reference Retargeter Generated #
# =========================================== #
NuGet/
Loading

0 comments on commit 42bcafa

Please sign in to comment.