From ee12752788b3d7d37b98cda178204f957b9e7eb4 Mon Sep 17 00:00:00 2001 From: zisi Date: Tue, 19 Sep 2017 12:10:38 +0300 Subject: [PATCH] Update files after gitlab migration Signed-off-by: zisi --- CONTRIBUTING.md | 5 +++++ README.md | 11 ++++++++--- 2 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..b497b53 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,5 @@ +# Contributing to SatNOGS rotator-controller + +Thank you for your interest in contributing to SatNOGS! + +The main repository lives on [Gitlab](https://gitlab.com/librespacefoundation/satnogs/satnogs-rotator-controller). diff --git a/README.md b/README.md index 053e504..83afc80 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # SatNOGS Rotator Controller -Electronics designs for [SatNOGS Rotator](https://github.com/satnogs/satnogs-rotator/). +Electronics designs for [SatNOGS Rotator](https://gitlab.com/librespacefoundation/satnogs/satnogs-rotator). Repository includes all source files of PCB's for the SatNOGS rotator controller assembly. -Firmware can be found on [satnogs-rotator-firmware](https://github.com/satnogs/satnogs-rotator-firmware). +Firmware can be found on [satnogs-rotator-firmware](https://gitlab.com/librespacefoundation/satnogs/satnogs-rotator-firmware). ## Documentation @@ -13,12 +13,17 @@ More information can be found in our [documentation](http://satnogs.org/document Please check the documentation to find which release of the rotator controller matches your mechanical rotator version. ## Repository policy -SatNOGS hardware repositories only track source design files. All needed derivative files (e.g. stl, grb etc) for production are created per release, packaged in an archive and uploaded linked to a [release](https://github.com/satnogs/satnogs-rotator-controller/releases). + +SatNOGS hardware repositories only track source design files. All needed derivative files (e.g. stl, grb etc) for production are created per release, packaged in an archive and uploaded linked to a [release](https://gitlab.com/librespacefoundation/satnogs/satnogs-rotator-controller/tags). Each major release (x.0.0) is branched out of master. Subsequent fixes (minor or not) are commited on those branches and tagged accordingly. Master branch is most times under active development, so expect things to break. For production ready and previous releases source files check tags and branches. +## Contribute + +The main repository lives on [Gitlab](https://gitlab.com/librespacefoundation/satnogs/satnogs-rotator-controller) and all Merge Request should happen there. + ## License © 2014-2017 [Libre Space Foundation](http://libre.space).