From e13842ede47239e8b98140c1148f5e6e1d8cfa84 Mon Sep 17 00:00:00 2001 From: Mathieu PATUREL Date: Sat, 16 Nov 2019 09:41:00 +1100 Subject: [PATCH] Mention the FIXME's in the README.md for peole to contribute --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 5a8cef2..2efebad 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,14 @@ It's available on package control! ## How to contribute +If you know what feature you want to implement, or what bug you wanna fix, then +go ahead and hack! But if you wanna contribute just to say thanks, and don't +really know what you could be working on, then there are a bunch of `FIXME`s +in `MarkdownLivePreview.py` and `markdown2html.py` (GitHub only shows the top +2 results if you try to search using their interface :slightly_frowning_face:). + +### Hack it! + 1. Fork this repo 2. Make your own branch (the name of the branch should be the feature you are implementing eg. `improve-tables`, `fix-crash-on-multiple-preview` @@ -16,3 +24,4 @@ It's available on package control! 4. Send a PR! +