From 1cb18a82de663c69ee4ebb89a0c94831b76ede6b Mon Sep 17 00:00:00 2001 From: Thomas Werner Date: Tue, 16 Oct 2018 22:35:07 +0200 Subject: [PATCH] Add "How to contribute" Draft of a Highlevel Contributing guideline like described in #30. --- CONTRIBUTING.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..cb13be7 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,34 @@ +# Contributing + +The Winstrap project welcomes contributions and suggestions. Most contributions require you to agree to a +Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us +the rights to use your contribution. For details, visit https://cla.microsoft.com. + +This needs to only be done once for any Microsoft open source project. + +# Code of Conduct + +This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). +For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or +contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. + +# How to contribute + +There are many ways that you can contribute to the Winstrap project: +* Submit a bug +* Verify fixes for bugs +* Submit a code fix for a bug +* Submit a feature request +* Tell others about the WinJS project +* Tell the developers how much you appreciate the project + +## Contributing to README and Wiki + +You do not need to sign a Contribution License Agreement if you are just contributing to the README or the Wiki. +By submitting a contribution to the README or the Wiki, you are contributing it under the +[Creative Commons CC0 1.0 Universal Public Domain Dedication](http://creativecommons.org/publicdomain/zero/1.0/). + +## Contributing Code + +Note that all code submissions will be reviewed and tested by the team, and only those that meet an extremely +high bar for both quality and design/roadmap appropriateness will be merged into the source.