From ef35e729fdddd8ba44e2a1fb2df3411cb56ce355 Mon Sep 17 00:00:00 2001 From: Nilesh Ghodekar Date: Sun, 10 Jan 2016 00:20:32 +0000 Subject: [PATCH] Initial content for Contributing.md --- CONTRIBUTING.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7e93911..b367831 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,3 +1,29 @@ # Contributing to MIMWAL Code +Two ways to contribute for MIMWAL Code: Fork the Repository or Submit an Issue. + +## Fork the MIMWAL Repository. + +A fork is a copy of the MIM Repo and send a pull request. Forking a repository allows you to freely experiment with changes without affecting the original project. See [Fork A Repo](https://help.github.com/articles/fork-a-repo/) help article for more information. + +### Coding Guidelines + +It's simple. Download and install [StyleCop](http://stylecop.codeplex.com/) and let it guide you. + +## Submit an Issue. + +You can also submit an issue. Use the [Issues](https://github.com/Microsoft/MIMWAL/issues) tab to create a new issue. + + # Contributing to MIMWAL Wiki + +Two ways to contribute for MIMWAL Code: Fork the Repository or Submit an Issue. + +## Fork the MIMWAL Wiki Repository. + +A fork is a copy of a [MIMWAL Wiki Repo](https://github.com/Microsoft/MIMWAL/wiki) and send a pull request. + +## Submit an Issue. + +You can also submit an issue. Use the [Issues](https://github.com/Microsoft/MIMWAL/issues) tab to create a new issue. +