Skip to content

Commit 305f0c7

Browse files
author
Don Syme
committed
clarify steps
1 parent 2de2e90 commit 305f0c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ https://fsharp.github.io/fsharp-core-docs
77
To improve the content of the F# Core library documentation, contribute to the XML `///` documentation in the
88
signature files (`*.fsi`) in the FSharp.Core implementation.
99

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`
1111

1212
* Contribute to [the FSharp.Core directory ](https://github.com/dotnet/fsharp/tree/master/src/fsharp/FSharp.Core)
1313

1414
* Use a local build, see below
1515

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
1717

1818
* Once accepted your work will be published through a rebuild here, so submit a dummy pull request here
1919

@@ -23,7 +23,7 @@ The docs are generated by using `fsdocs` tool from FSharp.Formatting. If you wa
2323

2424
* 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)
2525

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
2727

2828
* Submit work to the `master` branch of https://github.com/fsprojects/FSharp.Formatting
2929

0 commit comments

Comments
 (0)