-
Notifications
You must be signed in to change notification settings - Fork 687
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Contributing to the Smart Mirror | ||
|
||
Everybody is invited and welcome to contribute to the Smart Mirror. There is a lot to do...if you are not a developer perhaps you would like to help with the documentation on [smart-mirror.io](http://smart-mirror.io/)? If you are a developer and have a feature/capability you'd like to see, why not spent a couple of hours and help build it? | ||
|
||
The process is straight-forward. | ||
|
||
- Fork Smart Mirror [git repository](https://github.com/evancohen/smart-mirror). | ||
- Write the code for your feature/capability. | ||
- Create a Pull Request against the [**dev**](https://github.com/evancohen/smart-mirror/tree/dev) branch of the Smart Mirror. |