From 1443fe0fe5a2b0dcf4f1cc698e7aaedcfed12da5 Mon Sep 17 00:00:00 2001 From: Matt Ward Date: Sun, 13 Dec 2015 11:45:33 +0000 Subject: [PATCH] Add contributing document. GitHub will detect this document and show a "Please review the guidelines for contributing to this repository." message with a link to the contributing document when a pull request is being created. --- 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 0000000000..e2a03295fb --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,11 @@ +# Contributing to SharpDevelop + +Thanks for helping to improve SharpDevelop. + +In order for your changes to be accepted you can either sign the [Joint Copyright Assignment](http://www.icsharpcode.net/TechNotes/JointCopyrightAssignment.pdf) or add the following statement to your pull request: + +_I certify that I own, and have sufficient rights to contribute, all source code and related material intended to be compiled or integrated with the source code for the #develop open source product (the "Contribution"). My Contribution is licensed under the MIT License._ + +Unless we have a Joint Copyright Agreement on file or this statement is in your pull request, we cannot accept it. + +More information is available on [joining the team](https://github.com/icsharpcode/SharpDevelop/wiki/Joining-the-Team).