Skip to content

Commit 288f5d0

Browse files
Update Feature_Contribution_Process.md
1 parent 58a2758 commit 288f5d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Feature_Contribution_Process.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Feature Contribution Process
22

3-
Adding features to the Mixed Reality Toolkit (MRTK) is split up into a few iteration steps, so maintainers can have time to review and and ensure the process goes smoothly.
3+
Adding features to the Mixed Reality Toolkit (MRTK) is split up into a few iteration steps, so maintainers can have time to review and and ensure the process goes smoothly. Please be sure to review the list of [feature requirements](#new-feature-requirements) before you get started.
44

55
# Process
66
The following process has been drafted to ensure all new work complies to the updated standards and architecture defined for the MRTK, this has been defined as:
@@ -106,4 +106,4 @@ The Handler Interface defines each event a component should be listening for and
106106

107107
* Handler interfaces should be defined in `MixedRealityToolkit/_Core/Interfaces/<FeatureName>System/Handlers`.
108108
* Handler interfaces should inherit from `UnityEngine.EventSystems.IEventSystemHandler`
109-
* Opt-in by default. To receive events from the system, the handler will need to register itself with the system to receive those events.
109+
* Opt-in by default. To receive events from the system, the handler will need to register itself with the system to receive those events.

0 commit comments

Comments
 (0)