Skip to content
This repository has been archived by the owner on Dec 11, 2021. It is now read-only.

Commit

Permalink
Add contributing md and license md
Browse files Browse the repository at this point in the history
  • Loading branch information
AngeloKai committed Oct 18, 2016
1 parent 99f3414 commit 33ed62f
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
20 changes: 20 additions & 0 deletions 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!
5 changes: 5 additions & 0 deletions 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.

0 comments on commit 33ed62f

Please sign in to comment.