Skip to content

Commit ccec916

Browse files
authored
Re-arrange and simplify some more
1 parent f066aad commit ccec916

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff 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
22

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/)
11-
* [F# Software Foundation](http://fsharp.org)
12-
* [F# Testimonials](http://fsharp.org/testimonials)
3+
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.
134

145
## Contributing
156

@@ -81,13 +72,13 @@ These are the branches in use:
8172

8273
## F# language and core library evolution
8374

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:
8576

8677
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.
8778
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.
8879
3. Implementations and testing of an RFC are submitted to this repository.
8980

90-
## Additional documentation
81+
## Additional project documentation
9182

9283
The following links can help you get an overview of some technical aspects of the F# language and compiler:
9384

@@ -96,14 +87,23 @@ The following links can help you get an overview of some technical aspects of th
9687

9788
## License
9889

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).
10091

10192
## Code of Conduct
10293

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).
10495

10596
## Get In Touch
10697

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.
10899

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/)
108+
* [F# Software Foundation](http://fsharp.org)
109+
* [F# Testimonials](http://fsharp.org/testimonials)

0 commit comments

Comments
 (0)