From 6cc36815a137ed7393d55be604a2745146b5a42c Mon Sep 17 00:00:00 2001 From: Christer van der Meeren Date: Tue, 12 Sep 2023 11:13:36 +0200 Subject: [PATCH] Improve contribution guidelines --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2701297..3569de8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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