From f080d9e2b96b8c3d05ead19be339fa479173baab Mon Sep 17 00:00:00 2001 From: arilaakk Date: Wed, 29 Jul 2015 15:42:38 +0300 Subject: [PATCH] Added basic contributing steps --- CONTRIBUTING.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 4d66797..97eb5f3 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -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