From 3b02c5672c725e8ee25e87589bfe79f6081ccae9 Mon Sep 17 00:00:00 2001 From: Rob McVey Date: Tue, 25 Apr 2023 22:12:51 +0100 Subject: [PATCH] Update README with link to full contribution info (#135) --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 2d6a95f..9b6a04d 100644 --- a/README.md +++ b/README.md @@ -54,10 +54,6 @@ documentation located in the [`docs/`](docs) directory. ## Contributing -* If you think you've found a bug in the code or you have a question regarding - the usage of this software, please reach out to us by opening an issue in - this GitHub repository. -* Contributions to this project are welcome: if you want to add a feature or a - fix a bug, please do so by opening a Pull Request in this GitHub repository. - In case of feature contribution, we kindly ask you to open an issue to - discuss it beforehand. +See +[CONTRIBUTING.md](https://github.com/hashicorp/packer-plugin-docker/blob/master/.github/CONTRIBUTING.md) +for best practices and instructions on contributing to Docker Plugin.