From b828862c0273846d3d9b9741d10cc3d7d3caf68a Mon Sep 17 00:00:00 2001 From: Willian Justen Date: Thu, 24 Mar 2016 21:19:08 -0300 Subject: [PATCH] Add initial base --- .editorconfig | 14 ++++++++++++++ Contributing.md | 15 +++++++++++++++ Readme.md | 25 +++++++++++++++++++++++++ 3 files changed, 54 insertions(+) create mode 100644 .editorconfig create mode 100644 Contributing.md create mode 100644 Readme.md diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..9d5248e --- /dev/null +++ b/.editorconfig @@ -0,0 +1,14 @@ +# editorconfig.org + +root = true + +[*] +charset = utf-8 +end_of_line = lf +indent_size = 2 +indent_style = space +insert_final_newline = true +trim_trailing_whitespace = true + +[*.md] +trim_trailing_whitespace = false diff --git a/Contributing.md b/Contributing.md new file mode 100644 index 0000000..eea0e4f --- /dev/null +++ b/Contributing.md @@ -0,0 +1,15 @@ +# Contributing + +Your contributions are always welcome! + +## Guidelines + +* Create a file section if needed. + * Add section description. + * Add section title to Table of contents. +* Search previous suggestions before making a new one, as yours may be a duplicate. +* Add your links: `* [link-name](http://example.com/) - description` +* If your link isn't in english, use (Lang) after the link. +* Check your spelling and grammar. +* Make sure your text editor is set to remove trailing whitespace. +* Send a Pull Request. \ No newline at end of file diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..c4af017 --- /dev/null +++ b/Readme.md @@ -0,0 +1,25 @@ +# Awesome Audio Experiments + +> A curated list of Audio Experiments. The main idea is that everyone can contribute here, so we can center all the informations about Audio Experiments and keep up-to-date. + +## Contributing + +Your contributions are always welcome! [Click Here to read the guidelines](https://github.com/willianjusten/awesome-svg/blob/master/contributing.md). + +## Other Awesome Lists + +* [Awesome](https://github.com/sindresorhus/awesome) +* [Awesome-awesome](https://github.com/emijrp/awesome-awesome) +* [Awesome-awesomeness](https://github.com/bayandin/awesome-awesomeness) + +###Autores +| ![Willian Justen](https://avatars2.githubusercontent.com/u/3991845?v=3&s=150) | ![Luiz Henrique](https://avatars2.githubusercontent.com/u/12835911?v=3&s=150)| +|:---------------------:|:-------------------:| +| [Willian Justen](https://github.com/willianjusten/) | [Luiz Henrique](https://github.com/lhbzr) | + + +##License + +[![CC0](https://i.creativecommons.org/l/by/4.0/88x31.png)](http://creativecommons.org/licenses/by/4.0/) + +To the extent possible under law, [Willian Justen](http://github.com/willianjusten) has waived all copyright and related or neighboring rights to this work.