UNPKG

767 BMarkdownView Raw
1# Contribution Guide
2
3Please follow this guide when
4creating issues or pull requests.
5
6
7## Code of Conduct
8
9The [Code of Conduct](CODE_OF_CONDUCT.md)
10will be enforced in all project spaces.
11Please read it
12so that you know what kind of behavior
13is expected here.
14
15
16## Reporting a Bug
17
18Before reporting a bug,
19make sure you are using the latest version
20of this project.
21
22When reporting a bug,
23please provide a minimal test case.
24This can be a gist,
25inline in the description,
26or in the form of a pull request
27that includes a failing test.
28
29If you are contributing a bug fix,
30make sure it has a passing test
31in your pull request.
32
33
34## Code Style
35
36Please follow the code style
37found in this project.
38You can use [editorconfig](http://editorconfig.org)
39to help with this.