diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..e6cdc89d --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,4 @@ +## Contributing + +As much as possible, try to follow the existing format of markdown and code. +Don't forget to run `npm run lint` and `npm test` before submitting pull requests.