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 FSharp.Compiler.Service library documentation, contribute to the XML `///` documentation in the
8
8
signature files (`*.fsi`) in the FSharp.Compiler.Service implementation.
9
9
10
-
* Fork and clone https://github.com/dotnet/fsharp locally, see below, as a subdirectory of your copy of `FSharp.Compiler.Service`
10
+
* Fork and clone https://github.com/dotnet/fsharp locally, see below
11
11
12
-
* Contribute to [the src/fsharp directory](https://github.com/dotnet/fsharp/tree/master/src/fsharp)
13
-
14
-
* Use a local build, see below
15
-
16
-
* Submit work to `main` branch of https://github.com/dotnet/fsharp
12
+
* Contribute to [the src/fsharp directory](https://github.com/dotnet/fsharp/tree/master/src/fsharp) and submit work to `main` branch of https://github.com/dotnet/fsharp
17
13
18
14
* Once accepted your work will be published through a rebuild here, so submit a dummy pull request here
19
15
@@ -25,7 +21,7 @@ The docs are generated by using `fsdocs` tool from FSharp.Formatting. If you wa
25
21
26
22
* Use a local copy of these, see below, as a subdirectory of FSharp.Compiler.Service
27
23
28
-
* Submit work to the `master` branch of https://github.com/fsprojects/FSharp.Formatting
24
+
* Submit work to https://github.com/fsprojects/FSharp.Formatting
29
25
30
26
* Once accepted the new tooling will be published through a rebuild here, so submit a dummy pull request here that increments dummyVersion.txt
31
27
@@ -44,7 +40,6 @@ This template is *not* the long term plan (unless it is improved enough). We ca
44
40
45
41
Whatever improvements you make should eventually get copied across back into FSharp.Formatting (and the duplicated template and styling will then likely be removed from this repo once it's no longer needed). If the design diverges to be a completely different look and feel then we can make several templates available in FSharp.Formatting with this as one of them.
46
42
47
-
48
43
## Build steps
49
44
50
45
Eventually the build will just be
@@ -53,29 +48,23 @@ Eventually the build will just be
53
48
dotnet restore FSharp.Compiler.Service
54
49
dotnet fsdocs build
55
50
56
-
For now, we want to pick up the latest copies of FSharp.Formatting and FSharp.Compiler.Service, and set you up to make contributions to these. So we ask you to clone local copies of these:
51
+
For now, we make a fresh build of FSharp.Compiler.Service.
57
52
58
53
(start in 'FSharp.Compiler.Service')
59
54
dotnet restore FSharp.Compiler.Service
60
55
61
-
(make 'FSharp.Compiler.Service/fsharp' and 'FSharp.Compiler.Service/FSharp.Formatting' )
56
+
(make 'FSharp.Compiler.Service/fsharp')
62
57
git clone https://github.com/dotnet/fsharp --depth 1 -b main
0 commit comments