Added contributing guidelines

This commit is contained in:
Zachary Vacura 2016-09-29 15:27:20 -05:00
parent e7b6339dcc
commit fd5ac9f97f
2 changed files with 3 additions and 3 deletions

3
CONTRIBUTING.md Normal file
View file

@ -0,0 +1,3 @@
# Contributing
If you want to contribute, feel free to fork and make a PR. Please lint ant run `dartfmt` before opening a PR.
And make sure to always make your PRs to `indev`.

View file

@ -30,9 +30,6 @@ echo "PASSED"
# Lazy newlines
echo ""
# 2nd check for errors and bad practices.
dartanalyzer --fatal-warnings --fatal-hints --fatal-lints lib/
# Lazy newlines
echo ""