From 54379b9f9fe7b851f66f7f1456301400a871bc87 Mon Sep 17 00:00:00 2001 From: Anca G <49899593+tinyg210@users.noreply.github.com> Date: Thu, 22 Jun 2023 14:28:44 +0200 Subject: [PATCH] add contributing section to README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 68a8cf1..9bc57b6 100644 --- a/README.md +++ b/README.md @@ -164,3 +164,8 @@ To run this sample against AWS, check [the original repository](https://github.c ## Learn more The sample application is based on a [public AWS sample app](https://github.com/aws-samples/sqs-fargate-ddb-cdk-go) that deploys a message processing service using Fargate. See this AWS patterns post for more details: [Run message-driven workloads at scale by using AWS Fargate](https://docs.aws.amazon.com/prescriptive-guidance/latest/patterns/run-message-driven-workloads-at-scale-by-using-aws-fargate.html). + +## Contributing + +We appreciate your interest in contributing to our project and are always looking for new ways to improve the experience for developers. We welcome feedback, bug reports, and even feature ideas from the community. +Please refer to the [contributing file](CONTRIBUTING.md) for more details on how to get started.