Skip to content

Commit

Permalink
Initial Skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
terafin committed Mar 3, 2020
1 parent c0e87a3 commit 2eb7487
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
15 changes: 14 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,22 @@ community, and agree by submitting the patch that your contributions are license
[Apache 2.0 license](./LICENSE.md).

Before submitting the pull request, please make sure you have tested your changes and that they follow the project
[guidelines for contributing code](./docs/contribution_guidelines.md).
[guidelines for contributing code](./docs/CONTRIBUTION_GUIDELINES.md).


## Becoming a Member

Currently these are the requirements to becoming a member of the [Project-CHIP Repository](https://github.com/project-chip/connectedhomeip/connectedhomeip.git)
* Must be a member of the Zigbee Alliance CHIP TSG Working Group
* Have signed the Zigbee CHIP WG CLA

## Becoming a Contributor

Currently these are the requirements to becoming a member of the [Project-CHIP Repository](https://github.com/project-chip/connectedhomeip/connectedhomeip.git)
* Must be a member of the Zigbee Alliance CHIP TSG Working Group
* Have signed the Zigbee CHIP WG CLA
* Agree to the code of conduct

## Bugs

If you find a bug in the source code, you can help us by [submitting a GitHub Issue](https://github.com/project-chip/connectedhomeip/issues/new). The best bug reports provide a detailed description of the issue and step-by-step instructions for predictably reproducing the issue. Even better, you can [submit a Pull Request](#submitting-a-pull-request) with a fix.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Additional build information can also be found in [BUILDING.md](./BUILDING.md).
# Need help?

There are numerous avenues for CHIP support:
* Bugs and feature requests [submit to the Issue Tracker](https://github.com/project-chip/connectedhomeip/issues)
* Stack Overflow [post questions using the chip tag](http://stackoverflow.com/questions/tagged/chip)
* Bugs and feature requests [submit to the Issue Tracker](https://github.com/project-chip/connectedhomeip/issues)
* Stack Overflow [post questions using the chip tag](http://stackoverflow.com/questions/tagged/chip)

# Directory Structure

Expand Down
1 change: 1 addition & 0 deletions docs/CONTRIBUTION_GUIDELINES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Contribution Guidelines

0 comments on commit 2eb7487

Please sign in to comment.