Skip to content

Commit c69274a

Browse files
authored
Merge pull request #910 from Happypig375/patch-1
Replace Microsoft/visualfsharp with dotnet/fsharp
2 parents 02eb8ff + b9738dd commit c69274a

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/issue_template.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
> Thanks for your intention to help out!
44
5-
We appreciate your enthusiasm, but this repository is a *read-only* fork of the official F# compiler. Please raise your issue at the [upstream repo](https://github.com/microsoft/visualfsharp/issues/new).
5+
We appreciate your enthusiasm, but this repository is a *read-only* fork of the official F# compiler. Please raise your issue at the [upstream repository](https://github.com/dotnet/fsharp/issues/new).

.github/pull_request_template.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# FSharp.Compiler.Service PR Template
1+
# FSharp.Compiler.Service Pull Request Template
22

33
> Thanks for your intention to help out!
44
5-
We appreciate your enthusiasm, but this repository is a *read-only* fork of the official F# compiler. Please raise your Pull Request at the [upstream repo](https://github.com/microsoft/visualfsharp/compare).
5+
We appreciate your enthusiasm, but this repository is a *read-only* fork of the official F# compiler. Please raise your Pull Request at the [upstream repository](https://github.com/dotnet/fsharp/compare).

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
> Thanks for your intention to help out!
44
5-
We appreciate your enthusiasm, but this repository is a *read-only* fork of the official F# compiler. If you have issues, contributions, or questions, please raise them at the [upstream repo](https://github.com/microsoft/visualfsharp).
5+
We appreciate your enthusiasm, but this repository is a *read-only* fork of the official F# compiler. If you have issues, contributions, or questions, please raise them at the [upstream repository](https://github.com/dotnet/fsharp).

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ This repo exists as a downstream packaging repository for the [FSharp.Compiler.S
1515
* Hosting [public documentation](http://fsharp.github.io/FSharp.Compiler.Service/)
1616
* Serving as a stable base for Fable
1717

18-
It is a fork of the official F# source repository, which is located at [microsoft/visualfsharp](https://github.com/microsoft/visualfsharp). **All** issues and contributions should be raised there. All feature development should be targeted there. Once contributions are accepted into [microsoft/visualfsharp](https://github.com/microsoft/visualfsharp), they will be integrated into this repository for packaging and release.
18+
It is a fork of the official F# source repository, which is located at [dotnet/fsharp](https://github.com/dotnet/fsharp). **All** issues and contributions should be raised there. All feature development should be targeted there. Once contributions are accepted into [dotnet/fsharp](https://github.com/dotnet/fsharp), they will be integrated into this repository for packaging and release.
1919

20-
If you need to add customizations to FSharp.Compiler.Service for your own uses, you should clone [microsoft/visualfsharp](https://github.com/microsoft/visualfsharp) and build the FSharp.Compiler.Service binaries from there. The process is exactly the same as it is described below.
20+
If you need to add customizations to FSharp.Compiler.Service for your own uses, you should clone [dotnet/fsharp](https://github.com/dotnet/fsharp) and build the FSharp.Compiler.Service binaries from there. The process is exactly the same as it is described below.
2121

2222
### No contribution is too small
2323

0 commit comments

Comments
 (0)