Skip to content

Commit

Permalink
Clarify active MRTK branch for contributions
Browse files Browse the repository at this point in the history
  • Loading branch information
keveleigh committed May 6, 2021
1 parent 0c717ed commit 9888c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mrtk-unity/contributing/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ To avoid needing to rework the feature, it is generally recommended that develop
To get started, simply follow these steps:

1. Fork the repository. Click on the "Fork" button on the top right of the page and follow the flow.
1. Create a branch in your fork (off of the [mrtk_development](https://github.com/microsoft/mixedrealitytoolkit-unity/tree/mrtk_development) branch) to make it easier for you to isolate any changes until ready for submission. For the legacy HoloToolkit use the [htk_development](https://github.com/Microsoft/MixedRealityToolkit-Unity/tree/htk_development) branch.
1. Create a branch in your fork (off of the [main](https://github.com/microsoft/mixedrealitytoolkit-unity/tree/main) branch) to make it easier to isolate any changes until ready for submission. For bug fixes during a release stabilization period, look for the latest `prerelease/*` branch. New features should always go into `main`.

If you are new to to the Git workflow, [check out this introduction from Github](https://guides.github.com/activities/hello-world/).

Expand Down

0 comments on commit 9888c2e

Please sign in to comment.