From c51cbaf4472ec5fd93c6a7970d4332f5b296df6d Mon Sep 17 00:00:00 2001 From: Azure Samples Bot Date: Fri, 5 Aug 2016 22:37:11 +0000 Subject: [PATCH] Initializing repository files. --- CONTRIBUTING.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..6295c87 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,11 @@ +# Contributing to Azure samples + +Thank you for your interest in contributing to Azure samples! + +## Ways to contribute + +You can contribute to [Azure samples](https://azure.microsoft.com/documentation/samples/) in a few different ways: + +- Submit feedback on [this sample page](https://azure.microsoft.com/documentation/samples/app-service-web-nodejs-get-started/) whether it was helpful or not. +- Submit issues through [issue tracker](https://github.com/Azure-Samples/app-service-web-nodejs-get-started/issues) on GitHub. We are actively monitoring the issues and improving our samples. +- If you wish to make code changes to samples, or contribute something new, please follow the [GitHub Forks / Pull requests model](https://help.github.com/articles/fork-a-repo/): Fork the sample repo, make the change and propose it back by submitting a pull request. \ No newline at end of file