Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/swlaschin/getfsharp.org
Content for getfsharp.org site (using GitHub pages)
https://github.com/swlaschin/getfsharp.org
Last synced: about 1 month ago
JSON representation
Content for getfsharp.org site (using GitHub pages)
- Host: GitHub
- URL: https://github.com/swlaschin/getfsharp.org
- Owner: swlaschin
- License: apache-2.0
- Created: 2015-12-18T15:52:36.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-19T00:26:33.000Z (about 9 years ago)
- Last Synced: 2023-04-04T15:21:06.557Z (over 1 year ago)
- Size: 14.6 KB
- Stars: 7
- Watchers: 5
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# getfsharp.org
This repo contains content for the http://getfsharp.org site.
We are using GitHub pages, so note that the working branch is `gh-pages`, not `master`.## How to contribute
We need your help us improve the entire "out-of-the-box experience" (OOBE) of using F#,
so that includes not only installing F#, but also installing dependencies like Mono, important tools like FAKE, etc.Anything that stops the users' experience from being smooth and trouble-free is an OOBE issue!
So please help!
* If you get feedback that any of the download or getting starting instructions are unclear or incorrect, please raise an issue and tag it with the "OOBE" label.
* If you feel that a particular distribution or method of download is undocumented, or any other content is missing, please raise an issue and tag it with the "Content" label.## Contributing new content
If you would like to contribute content yourself, please fork the repo, make changes, and then submit a PR to the `gh-pages` branch.
All reasonable PRs will be accepted.For instructions for a new distribution (say Atom with Ionide):
1. Create a subdirectory in all lower case (`/atom-ionide/` say).
1. Add an `index.md` file to that directory with the instructions written in markdown.
1. Add any images into that directory as well.
1. Finally, edit the home page (`/index.md`)*NOTE: Please do NOT remove the `CNAME` file in your fork, even though github tells you too!*