Skip to content
This repository has been archived by the owner on May 13, 2022. It is now read-only.

updated project to use the latest xrtk policies #125

Merged
merged 1 commit into from
Feb 13, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# These are supported funding model platforms

github: [StephenHodgson,SimonDarksideJ,FejZa] # [XRTK, SimonDarksideJ, StephenHodgson]
ko_fi: xrtk_team
issuehunt: # simondarksidej
custom: http://paypal.me/XRTK
21 changes: 10 additions & 11 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,9 @@ assignees: ''
# XRTK - Mixed Reality Toolkit Bug Report

## Describe the bug

<!-- Please provide a clear and concise description of what the bug is. -->

## To Reproduce

<!-- Include Steps to reproduce the behavior: -->

1. Go to '...'
Expand All @@ -22,26 +20,27 @@ assignees: ''
4. See error

## Expected behavior

<!-- A clear and concise description of what you expected to happen. -->

## Actual behavior

<!-- What is actually happening -->

## Screenshots

<!-- If applicable, add screenshots to help explain your problem. -->

## Your Setup

<!-- please complete any/all the following information. -->

- Operation system [e.g. windows, macos, linux]
- Unity Version [e.g. 2019.3.11f0]
- XRTK Version [e.g. 0.2.0]
- XRTK Commit SHA [e.g. 0b40524df4b67fd3bdf305185d5426213040b43f]
- **Operation System:**
- [ ] Windows
- [ ] MacOs
- [ ] Linux
- [ ] Other <!-- Please Specify Platform -->
- **Unity Version:** <!-- Please Specify Version --> 2019.4.19f
- **XRTK Packages**
- [ ] com.xrtk.core 0.2.0 <!-- Please Specify Version or commit sha -->
- [ ] com.xrtk.sdk 0.2.0 <!-- Please Specify Version or commit sha -->
<!-- - [ ] com.xrtk.other 0.2.0 -->

## Additional context

<!-- Add any other context about the problem here. -->
26 changes: 6 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,35 +10,21 @@ assignees: ''

## Is your feature request related to a problem? Please describe

<!--
Please provide a clear and concise description of what the problem is.
E.g. I'm always frustrated when [...]
-->
<!--Please provide a clear and concise description of what the problem is.
E.g. I'm always frustrated when [...]-->

## How would you classify your suggestion

<!--
What type of enhancement is it, e.g:
-->
<!--What type of enhancement is it, e.g:-->

- New platform support
- Usability / Configuration
- Architecture / Services

## Describe the solution you'd like

<!--
A clear and concise description of what you want to happen.
-->
<!--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.
-->
<!--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.
-->
<!--Add any other context or screenshots about the feature request here.-->
17 changes: 5 additions & 12 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,19 @@
# XRTK - Mixed Reality Toolkit Pull Request

## Overview

<!-- Please provide a clear and concise description of the pull request. -->

## Changes

<!-- Brief list of the targeted features that are being changed. -->

- Fixes: #[issue number]
- Fixes: <!--issue number or url-->

## Breaking Changes

<!-- Are there any breaking changes included in this change that would prevent or cause issue for existing projects? -->

- Breaks...

## Submodule Changes
- Breaks

<!-- Include any submodule PR links here -->
## Related Submodule Changes

- [SDK](https://github.com/XRTK/SDK/pull/<!-- number -->)
- [Lumin](https://github.com/XRTK/Lumin/pull/<!-- number -->)
- [Oculus](https://github.com/XRTK/Oculus/pull/<!-- number -->)
- [WMR](https://github.com/XRTK/WindowsMixedReality/pull/<!-- number -->)
<!-- Include any submodule related Pull Request links here -->
- URL
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@ obj/
# ============================ #
.vscode/

# ========================= #
# Jetbrains Rider Generated #
# ========================= #
.idea/
_ReSharper.Caches

# ===================== #
# Project Specific List #
# ===================== #
Expand Down
Empty file removed CHANGELOG.md
Empty file.
76 changes: 0 additions & 76 deletions CODE_OF_CONDUCT.md

This file was deleted.

Loading