You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add package references to the README
* Fix some links in CONTRIBUTING.md
* Fix some links in GOVERNANCE.md
* Add missing README files
And add meta files
* Add gh-pages pipeline
* Try nested packages
* Update README copying
* Update pack-upm.ps1
* Manually add the CHANGELOG line via script
* Convert GitHub admonitions to just-the-docs syntax
* Generate index.md from the project root readme
* Rename Images -> images
* Nest the files
* Initial drop
* Add front matter
* Add nav_order metadata
And remove descriptions, as they were mostly duplicative with the title
* Try parsing the rest of the markdown files
* $_.Directory -> $_.DirectoryName
* De-dupe READMEs
* README style and format updates
* Convert GitHub admonitions to just-the-docs syntax
* Remove the ~ from the Documentation~ folder name
* Update pages.yml
* Update other pipelines
* Force file/dir creation and skip data package
* Update table formatting
* Add logo
* Squash the getting-started folder
* Update some learn.microsoft.com to point to this repo now
* Try jekyll-relative-links
* Update some file headers
* Include contributions folder
De-dupe contribution guidelines
* Update copyright year
* Update image cropping
* De-dupe root readme
* Update setup, configuration, and deployment docs
a
* Add Android XR docs
* Rework the "getting started" section
* Rework MRFT references
* More information and guidance around package import
* Update gh-pages.yml
Contributors of this project must abide by the Mixed Reality Toolkit Organization's [code of conduct](https://github.com/MixedRealityToolkit/MixedRealityToolkit-MVG/blob/main/org-docs/CODE-OF-CONDUCT.md).
3
+
Contributors of this project must abide by the Mixed Reality Toolkit Organization's [code of conduct](https://github.com/MixedRealityToolkit/MixedRealityToolkit-MVG/blob/main/org-docs/CODE-OF-CONDUCT.md).
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,15 +6,17 @@ This project welcomes contributions, suggestions, and feedback. All contribution
6
6
7
7
Contributors must abide by the Mixed Reality Toolkit Organization's [code of conduct](https://github.com/MixedRealityToolkit/MixedRealityToolkit-MVG/blob/main/org-docs/CODE-OF-CONDUCT.md), [trademark policy](https://github.com/MixedRealityToolkit/MixedRealityToolkit-MVG/blob/main/org-docs/TRADEMARKS.md), and observe the following procedures:
*[Versioning and releases](./contributions/versioning-and-releases.md)
14
14
15
15
### GitHub roles
16
16
17
-
Project roles are assigned by Maintainers via procedures outlined in the [GOVERNANCE.md](../GOVERNANCE.md) fileContributors may have one for the following roles:
17
+
Project roles are assigned by Maintainers via procedures outlined in the [Governance document](./GOVERNANCE.md).
18
+
19
+
Contributors may have one for the following roles:
18
20
19
21
***Read** Read and clone repositories. Open and comment on issues and pull requests.
20
22
***Triage** Read permissions plus manage issues and pull requests.
@@ -56,7 +58,7 @@ Maintainers have the **maintain** role, which grants write permissions plus mana
56
58
* Should have participated in multiple code reviews of other PR’s, including those of other Maintainers and Contributors.
57
59
* Should be active on the Project's community forums.
58
60
59
-
Maintainers are added and removed via procedures outlined in the [GOVERNANCE.md](./GOVERNANCE.md) file.
61
+
Maintainers are added and removed via procedures outlined in the [Governance document](./GOVERNANCE.md).
Copy file name to clipboardExpand all lines: GOVERNANCE.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# Governance Policy
2
2
3
-
This document provides the governance policy for the Mixed Reality Toolkit for Unity Project. Maintainers agree to this policy and to abide by all Project polices, including the [code of conduct](../org-docs/CODE-OF-CONDUCT.md), [trademark policy](../org-docs/TRADEMARKS.md), and [antitrust policy](../org-docs/ANTITRUST.md) by adding their name to the [MAINTAINERS.md](./MAINTAINERS.md) file.
3
+
This document provides the governance policy for the Mixed Reality Toolkit for Unity Project. Maintainers agree to this policy and to abide by all Project polices, including the [code of conduct](https://github.com/MixedRealityToolkit/MixedRealityToolkit-MVG/blob/main/org-docs/CODE-OF-CONDUCT.md), [trademark policy](https://github.com/MixedRealityToolkit/MixedRealityToolkit-MVG/blob/main/org-docs/TRADEMARKS.md), and [antitrust policy](https://github.com/MixedRealityToolkit/MixedRealityToolkit-MVG/blob/main/org-docs/ANTITRUST.md) by adding their name to the [MAINTAINERS.md](./MAINTAINERS.md) file.
4
4
5
-
All projects under the Mixed Reality Toolkit organization are governed by the Steering Committee. The Steering Committee is responsible for all technical oversight, project approval and oversight, policy oversight, and trademark management for the Organization. To learn more about the Steering Committee, visit this link: https://github.com/MixedRealityToolkit/MixedRealityToolkit-MVG/blob/main/org-docs/CHARTER.md
5
+
All projects under the Mixed Reality Toolkit organization are governed by the Steering Committee. The Steering Committee is responsible for all technical oversight, project approval and oversight, policy oversight, and trademark management for the Organization. To learn more about the Steering Committee, visit this link: <https://github.com/MixedRealityToolkit/MixedRealityToolkit-MVG/blob/main/org-docs/CHARTER.md>
0 commit comments