diff options
author | snowleo <schneeleo@gmail.com> | 2011-07-02 15:12:43 -0700 |
---|---|---|
committer | snowleo <schneeleo@gmail.com> | 2011-07-02 15:12:43 -0700 |
commit | 4c918277fe4c7e05a5d2534f8d549107900c1b01 (patch) | |
tree | bd3de2ab7e586fe7cb384f7926a9d70e4d37aaaf /README.markdown | |
parent | e92a72db9e1ecc8a50106d9e488ed2d5a5df5b51 (diff) | |
download | Essentials-4c918277fe4c7e05a5d2534f8d549107900c1b01.tar Essentials-4c918277fe4c7e05a5d2534f8d549107900c1b01.tar.gz Essentials-4c918277fe4c7e05a5d2534f8d549107900c1b01.tar.lz Essentials-4c918277fe4c7e05a5d2534f8d549107900c1b01.tar.xz Essentials-4c918277fe4c7e05a5d2534f8d549107900c1b01.zip |
Edited README.markdown via GitHub
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown index 3d21b2baf..dd0cf38d2 100644 --- a/README.markdown +++ b/README.markdown @@ -13,4 +13,6 @@ Recommended NetBeans plugins: In the root folder of the repository is a file called settings.zip. It contains the code guidelines settings. Open the preferences of NetBeans and import the zip file. Use "Source > Format" before each commit please. -To build all jars, select the BuildAll project and build that. You'll find all jars inside the dist/lib folder of the BuildAll project.
\ No newline at end of file +To build all jars, select the BuildAll project and build that. You'll find all jars inside the dist/lib folder of the BuildAll project. + +If you create pull requests, always make them for the master branch.
\ No newline at end of file |