Skip to content

Commit

Permalink
contribution, license and readme!
Browse files Browse the repository at this point in the history
  • Loading branch information
juanecabellob committed Mar 16, 2016
1 parent ca2fa26 commit 04ca807
Show file tree
Hide file tree
Showing 3 changed files with 724 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CONTRIBUTION.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Contribution guidelines

## Framework and code
We use the JUCE Framework, so if you are not familiar with it, please visit their [homepage](https://www.juce.com/).

For the GUI, it is important to add everything via the Introjucer which you can find in the repository. Everything that is not added via the Introjucer, will be probably removed.

If you want to add files, you will need as well to add them via the Introjucer - don't forget to add them to the repository as well!

For the audio, it is important to know that we have a global parameters file. So please look carefully when you want to add a parameter.

## Pull requests

We are going to try to look into your request as fast as possible, and if it goes through our code review, we will merge it.

Loading

0 comments on commit 04ca807

Please sign in to comment.