2015-05-31 16:44:03 +03:00
===============================
Notes for JuliaFEM contributors
===============================
This very important document need to be done.
For now, read
https://github.com/JuliaLang/julia/blob/master/CONTRIBUTING.md
2015-06-23 20:29:05 +03:00
Developing
----------
git clone https://github.com/JuliaFEM/JuliaFEM
cd ~/.julia/v0.4
ln -s ~/dev/JuliaFEM .
2015-06-22 00:16:28 +03:00
Use of UTF-8 characters in program code
---------------------------------------
We have decided not to use them. See issue #18 .
2015-06-22 00:27:59 +03:00
Supported Julia versions
------------------------
We support Julia versions 0.4+
2015-06-22 07:43:45 +03:00
Only pull requests to src folder
--------------------------------
See [issue #29 ](https://github.com/JuliaFEM/JuliaFEM/issues/29 ). This ensures peer review check for contributors and hopefully will decrease the number of merge conflicts.