Update readme.md with contributing info

Jokes, I haven't even set black on my own editor yet...
This commit is contained in:
Mathieu PATUREL
2019-11-14 12:16:18 +11:00
parent 61cf2984eb
commit 8eb6882d60

View File

@ -2,3 +2,17 @@
A simple plugin to preview your markdown as you type right in Sublime Text.
No dependencies!
## How to install
It's available on package control!
## How to contribute
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`
3. All your code should be formated by black.
4. Send a PR!