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
To improve the content of the F# Core library documentation, contribute to the XML `///` documentation in the
8
8
signature files (`*.fsi`) in the FSharp.Core implementation.
9
9
10
-
* Fork and clone https://github.com/dotnet/fsharp locally, see below
10
+
* Fork and clone https://github.com/dotnet/fsharp locally, see below, as a subdirectory of your copy of `fsharp-core-docs`
11
11
12
12
* Contribute to [the FSharp.Core directory ](https://github.com/dotnet/fsharp/tree/master/src/fsharp/FSharp.Core)
13
13
14
14
* Use a local build, see below
15
15
16
-
* Submit work to `feature/docs` branch of https://github.com/dotnet/fsharp
16
+
* Submit work to `main` branch of https://github.com/dotnet/fsharp
17
17
18
18
* Once accepted your work will be published through a rebuild here, so submit a dummy pull request here
19
19
@@ -23,7 +23,7 @@ The docs are generated by using `fsdocs` tool from FSharp.Formatting. If you wa
23
23
24
24
* Contribute to the API Docs mode and/or HTML generator in [FSharp.Formatting.ApiDocs](https://github.com/fsprojects/FSharp.Formatting/tree/master/src/FSharp.Formatting.ApiDocs) and [the `fsdocs` tool](https://github.com/fsprojects/FSharp.Formatting/tree/master/src/FSharp.Formatting.CommandTool)
25
25
26
-
* Use a local copy of these, see below
26
+
* Use a local copy of these, see below, as a subdirectory of fsharp-core-docs
27
27
28
28
* Submit work to the `master` branch of https://github.com/fsprojects/FSharp.Formatting
0 commit comments