UNPKG

578 BMarkdownView Raw
1# CONTRIBUTING
2
3## Running Tests/CI
4
5Before merging into master, ensure the following tasks complete successfully:
6
7````bash
8
9npm test
10
11npm run lint
12
13npm run dist
14
15````
16
17## Making a Commit
18
19Please follow these general guidelines when making a pull request:
20
21[how to contribute to an open source project on github](https://egghead.io/courses/how-to-contribute-to-an-open-source-project-on-github)
22
23Please also make sure that your PR is comprised into a single commit, with a message that describes what files/subsystems have been updated, and reference any corresponsing issues.
24
\No newline at end of file