swlaschin / getfsharp.org

Content for getfsharp.org site (using GitHub pages)
Apache License 2.0
6 stars 1 forks source link

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!

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).
  2. Add an index.md file to that directory with the instructions written in markdown.
  3. Add any images into that directory as well.
  4. Finally, edit the home page (/index.md)

NOTE: Please do NOT remove the CNAME file in your fork, even though github tells you too!