-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added README template and made changes in CONTRIBUTING.md
- Loading branch information
1 parent
1f0d9c6
commit 4817d21
Showing
2 changed files
with
60 additions
and
15 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
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,48 @@ | ||
|
||
This is a README template for all the contributors of <a href="https://github.com/siesgstarena/labs">Labs</a>. Make sure to fill these details before a PR. | ||
<br> | ||
|
||
## Title | ||
> Title of the project. | ||
<br> | ||
## About | ||
> A short description about what your code does. | ||
<br> | ||
## Setup | ||
> Describe how to install all development dependencies. | ||
<br> | ||
|
||
### Installation (if any) | ||
OS X & Linux: | ||
|
||
``` | ||
npm install requirements.txt | ||
``` | ||
|
||
Windows: | ||
|
||
``` | ||
edit autoexec.bat | ||
``` | ||
<br> | ||
|
||
|
||
## Training/Testing/Running (if any) | ||
<br> | ||
|
||
|
||
## Results/Visualizations | ||
> Include accuracy of predictions, output of visualizations (if any). | ||
<br> | ||
|
||
## Acknowledgements (if any) | ||
<br> | ||
|
||
|
||
## Licenses (if any) | ||
|
||
|