From f87edd26ecf0c48695885e8f4cd7669a9d576fe2 Mon Sep 17 00:00:00 2001 From: Daniel Leech Date: Sat, 2 Jan 2021 22:03:16 +0000 Subject: [PATCH] Add common README sections --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 2095db24..f480f40c 100644 --- a/README.md +++ b/README.md @@ -40,3 +40,16 @@ Assert::assertTrue($workspace->exists('lib/Foo/ClassTwo.php')); echo $workspace->getContents('/lib/Foo/ClassTwo.php'); ``` + +Contributing +------------ + +This package is open source and welcomes contributions! Feel free to open a +pull request on this repository. + +Support +------- + +- Create an issue on the main [Phpactor](https://github.com/phpactor/phpactor) repository. +- Join the `#phpactor` channel on the Slack [Symfony Devs](https://symfony.com/slack-invite) channel. +