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
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
First of all - thanks for taking the time to contribute!
4
4
5
-
With that in mind, fable-elmish is a young project and as such while we welcome the contributions from non-member there are certain things we'd like to get more right than fast. To make everyone's experience as enjoyable as possible please keep the following things in mind:
5
+
With that in mind, elmish is a young project and as such while we welcome the contributions from non-member there are certain things we'd like to get more right than fast. To make everyone's experience as enjoyable as possible please keep the following things in mind:
6
6
7
7
* Unless it's a trivial fix, consider opening an issue first to discuss it with the team.
8
8
* If you are just looking for something to take on, check the *help wanted" labeled items
/// `withReact` uses `requestAnimationFrame` to optimize rendering in scenarios with updates at a higher rate than 60FPS, but this makes the cursor jump to the end in `input` elements.
50
-
/// This function works around the glitch if you don't need the optimization (see https://github.com/fable-elmish/react/issues/12).
49
+
/// This function works around the glitch if you don't need the optimization (see https://github.com/elmish/react/issues/12).
0 commit comments