Skip to content

Commit fe3f24e

Browse files
committed
Update README
1 parent ebb7c35 commit fe3f24e

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,14 @@ Everything is written in C++, with the help of the Juce_ library. Juce is lightw
1010

1111
Installation instructions specific for the plugin GUI can be found here: https://open-ephys.atlassian.net/wiki/display/OEW/Plugin+architecture
1212

13-
We recommend reading through the wiki_ before attempting to make any changes.
13+
We recommend reading through the wiki_ before attempting to make any changes. For pull requests look at our guidelines regarding the `different branches`_.
1414

15-
If you want to add files, you'll have to do that through the "Introjucer," using the "open-ephys.jucer" file. The Introjucer makefiles are located in the JuceLibraryCode/Introjucer/Builds folder, or as part of the Juce source_.
15+
If you want to add files to the core GUI, you'll have to do that through the "Introjucer," using the "open-ephys.jucer" file. The Introjucer makefiles are located in the JuceLibraryCode/Introjucer/Builds folder, or as part of the Juce source_.
16+
17+
New plugin developers can publish links to their work in `this list`_ to make them available to the general public.
1618

1719
.. _source: https://github.com/julianstorer/juce
1820
.. _JUCE: http://www.rawmaterialsoftware.com/juce.php
1921
.. _wiki: http://open-ephys.atlassian.net
22+
.. _different branches: https://open-ephys.atlassian.net/wiki/display/OEW/Using+Git
23+
.. _this list: https://open-ephys.atlassian.net/wiki/display/OEW/Third-party+plugin+repositories

0 commit comments

Comments
 (0)