From 86769cad6d20578808cce5df6c0c17638513976f Mon Sep 17 00:00:00 2001 From: Erwin Ried <1091420+eried@users.noreply.github.com> Date: Thu, 28 May 2020 14:49:23 +0200 Subject: [PATCH] Updated How to colaborate (markdown) --- How-to-colaborate.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/How-to-colaborate.md b/How-to-colaborate.md index fc98305..753fe6e 100644 --- a/How-to-colaborate.md +++ b/How-to-colaborate.md @@ -9,6 +9,8 @@ There is a lot of missing documentation about all the features, so it is really * https://github.com/sharebrained/portapack-hackrf/wiki 3. To create a new section, you have to edit the sidebar and then edit the page. To modify any actual section, just do it directly. Try to follow the same language and style used in the other articles of the Wiki. +For the format, check the [Markdown Cheatsheet](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet). + # Coding new stuff or fixing bugs The easiest way to get a bug fixed or a new feature is to code it yourself. I know what are you thinking: "I am not an expert, I do not know C++, I am not capable, etc", but nobody really is until they do.