diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..19c44eb --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,20 @@ +# Contributing to this demos + +There are many ways you can contribute to this demos: + +## Filling issues, fixing issues and improving the content +Some of these demos have been migrated from the old TestDrive website and might contain some bugs with some browsers or the code doesn't follow the latest standards. We've tried to do out best to prevent this but we all know things can happen. If you find a bug, open an issue. If you know how to fix it or improve a demo, do a Pull Request! + +## Adding new demos +If you are interesting in contributing with an interoperable, open source demo, open an issue and we will see how we can do that! + +If you want to collaborate just make sure your code passes the ESLint and JSCS rules we've set up! + +# Using Pull Requests +If you want to contribute to the repo, please use a GitHub pull request. There are just a couple things to keep in mind: +- Make sure there is an issue open for your PR. If there isn't you can create one! +- The commit message should reference the issue and hopefully fix it (you can use "fixes #issueNumber" or "ref #issueNumber" if it doesn't fix it completely). +- If you are modifying code, please add a description of what you did. If you are adding or modifying a feature add the links to the documentation to verify your changes are valid. +- Separate PR for separate issues. If you are updating several feature please do a PR for each one. + + Thank you for contributing! \ No newline at end of file diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..cc9b00a --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,5 @@ +Copyright (c) Microsoft Corporation. All rights reserved. + +Licensed under the Apache License, Version 2.0 (the "License"); you may not use these files except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. \ No newline at end of file