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: README.md
+17-17Lines changed: 17 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,6 @@
1
-
# The F# Language, Library, and F# Tools for Visual Studio
1
+
# The F# language, Core library, and F# tools for Visual Studio
2
2
3
-
You are invited to contrinute tp future releases of the F# language compiler, library, and tools. Development of this repository can be done anywhere [.NET Core]() is supported: various Linux distributions, macOS, and Windows.
4
-
5
-
## About F#
6
-
7
-
If you're curious about F# itself, check out these links:
8
-
9
-
*[What is F#](https://docs.microsoft.com/dotnet/fsharp/what-is-fsharp)
10
-
*[Get started with F#](https://docs.microsoft.com/dotnet/fsharp/get-started/)
You are invited to contrinute to future releases of the F# language compiler, core library, and tools. Development of this repository can be done anywhere [.NET Core](https://dotnet.microsoft.com/) is supported: Windows, macOS, and a variety of Linux distributions.
13
4
14
5
## Contributing
15
6
@@ -81,13 +72,13 @@ These are the branches in use:
81
72
82
73
## F# language and core library evolution
83
74
84
-
Although this repository is where actual F# development occurs, evolution of the F# language and core library follows a process spanning two additional repositories. The process is as follows:
75
+
Evolution of the F# language and core library follows a process spanning two additional repositories. The process is as follows:
85
76
86
77
1. Use the [F# language suggestions repo](https://github.com/fsharp/fslang-suggestions/) to search for ideas, vote on ones you like, submit new ideas, and discuss details with the F# community.
87
78
2. Ideas that are "approved in principle" are eligible for a new RFC in the [F# language design repo](https://github.com/fsharp/fslang-design). This is where the technical specification and discussion of approved suggestions go.
88
79
3. Implementations and testing of an RFC are submitted to this repository.
89
80
90
-
## Additional documentation
81
+
## Additional project documentation
91
82
92
83
The following links can help you get an overview of some technical aspects of the F# language and compiler:
93
84
@@ -96,14 +87,23 @@ The following links can help you get an overview of some technical aspects of th
96
87
97
88
## License
98
89
99
-
This project is subject to the MIT License. A copy of this license can be found in [License.txt](License.txt) at the root of this repo.
90
+
This project is subject to the MIT License. A copy of this license is in [License.txt](License.txt).
100
91
101
92
## Code of Conduct
102
93
103
-
This project has adopted the code of conduct defined by the [Contributor Covenant](http://contributor-covenant.org/) to clarify expected behavior in our community. This code of conduct has been [adopted by many other projects](http://contributor-covenant.org/adopters/). For more information see the [Code of conduct](https://github.com/Microsoft/visualfsharp/wiki/Code-of-Conduct).
94
+
This project has adopts the [Contributor Covenant](http://contributor-covenant.org/)code of conduct to clarify expected behavior in our community. You can read it at [CODE_OF_CONDUCT](CODE_OF_CONDUCT.md).
104
95
105
96
## Get In Touch
106
97
107
-
Members of the F# Software Foundation can be invited to the "F# Software Foundation" discussion rooms on slack. More details at http://fsharp.org/guides/slack/.
98
+
Members of the [F# Software Foundation](http://fsharp.org) are invited to the [FSSF Slack](http://fsharp.org/guides/slack/). The `#compiler` and `#editor-support` channels are where other contributors typically chat with others.
108
99
109
-
Additionally, using the `#fsharp` tag on Twitter with any question can easily help you get pointed to the right person if you have a question.
100
+
Additionally, you can use the `#fsharp` tag on Twitter if you have general F# questions, including about this repository. Chances are you'll get multiple responses.
101
+
102
+
## About F#
103
+
104
+
If you're curious about F# itself, check out these links:
105
+
106
+
*[What is F#](https://docs.microsoft.com/dotnet/fsharp/what-is-fsharp)
107
+
*[Get started with F#](https://docs.microsoft.com/dotnet/fsharp/get-started/)
0 commit comments