From 30ed3d371c0f3a22e3d6abb9b471ace57ee77126 Mon Sep 17 00:00:00 2001 From: Fredrik Bagge Carlson <cont-frb@ulund.org> Date: Sun, 6 Sep 2015 17:32:47 +0200 Subject: [PATCH] Add contribution guide --- CONTRIBUTING.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..2e93cf7 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,15 @@ +Install using + +`Pkg.clone("https://gitlab.control.lth.se/cont-frb/SystemIdentification.git")` + +Test using + +`Pkg.test("SystemIdentification")` + + +Commit your updates using the guide at +http://julia.readthedocs.org/en/latest/manual/packages/#package-development + +`cd(Pkg.dir("SystemIdentification"))` + +`"Git commands..."` \ No newline at end of file -- GitLab