From 3bfedf4269c2c107a701d5dba8abe8f1d0d699d7 Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Sun, 26 Feb 2017 05:10:48 -0800 Subject: [PATCH] Add contributing section --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 18ef44c..739476e 100644 --- a/README.md +++ b/README.md @@ -64,3 +64,17 @@ More experienced candidates are generally expected to know more about system des #### Any resources to prep for coding interviews? Check out the sister repo [**interactive-coding-challenges**](https://github.com/donnemartin/interactive-coding-challenges) for coding interview resources. + +## Contributing + +> Learn from the community. + +Feel free to submit pull requests to help: + +* Fix errors +* Improve sections +* Add new sections + +Content that needs some polishing is placed [under development](#under-development). + +Review the [Contributing Guidelines](https://github.com/donnemartin/awesome-aws/blob/master/CONTRIBUTING.md).