Added basic contributing steps

This commit is contained in:
arilaakk
2015-07-29 15:42:38 +03:00
parent d362d78b2c
commit 6d1716cf75
+15
View File
@@ -9,6 +9,21 @@ For now, read
https://github.com/JuliaLang/julia/blob/master/CONTRIBUTING.md
How to contribute
-----------------
Here are the basic steps for contributing to JuliaFEM:
1) Create an account or sign in to GitHub
2) Install Git to your computer
3) Fork Julia to your repository (https://github.com/JuliaLang/julia)
4) Build Julia (v0.4+) to your computer
5) Fork JuliaFEM to your repository
6) Use Pkg.add() or git clone to access JuliaFEM
7) Make your contribution to the project
8) Add all updated files to the staging area: git add .
9) Commit the files to your repository and add a description message:
git commit -m "your_message_here"
10) At your repository, create a pull request
Developing
----------
```bash