From 13ce04abb2d56d144ebc2213f5cf17e19c85ae3b Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Wed, 3 Jan 2018 11:44:45 -0800 Subject: [PATCH] Add 'Contributing' section to README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index e1454d67..bd42ab5b 100644 --- a/README.md +++ b/README.md @@ -141,5 +141,12 @@ I also have a couple tools that Rojo intends to replace: * [rbxfs](https://github.com/LPGhatguy/rbxfs), which has been deprecated by Rojo * [rbxpacker](https://github.com/LPGhatguy/rbxpacker), which is still useful +## Contributing +Pull requests are welcome! + +The `master` branch of both repositories have tests running on Travis for every commit and pull request. The test suite on `master` should always pass! + +The Rojo and Rojo Plugin repositories should stay in sync with eachother, so that the current `master` of each repository can be used together. + ## License Rojo is available under the terms of the MIT license. See [LICENSE.md](LICENSE.md) for details. \ No newline at end of file