UNPKG

589 BMarkdownView Raw
1# Contribution Guide
2
3Please follow this guide when
4creating issues or pull requests.
5
6## Reporting a Bug
7
8Before reporting a bug,
9make sure you are using the latest version
10of this project.
11
12When reporting a bug,
13please provide a minimal test case.
14This can be a gist,
15inline in the description,
16or in the form of a pull request
17that includes a failing test.
18
19If you are contributing a bug fix,
20make sure it has a passing test
21in your pull request.
22
23## Code Style
24
25Please follow the code style
26found in this project.
27You can use [editorconfig](http://editorconfig.org)
28to help with this.