Skip to content

Commit

Permalink
Improve contribution guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
Christer van der Meeren committed Sep 12, 2023
1 parent 2bc39e9 commit 6cc3681
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ to make a strong case to convince the the maintainers of the merits of a feature
- Provide as much relevant info as possible.
- If it's a bug report, provide a minimal repro. See
StackOverflow's [How to create a Minimal, Reproducible Example](https://stackoverflow.com/help/minimal-reproducible-example).
Make code more readable by placing it in Markdown code blocks with the language `f#` or `fsharp` to get syntax
highlighting:
In issue descriptions, make code more readable by placing it in Markdown code blocks with the language `f#`
or `fsharp` to get syntax highlighting:
``````md
```f#
let f a b = a + b
Expand Down

0 comments on commit 6cc3681

Please sign in to comment.