From 1807bf5f8292da79862fe81d8b2447c21faa5124 Mon Sep 17 00:00:00 2001 From: zisi Date: Tue, 19 Sep 2017 12:04:21 +0300 Subject: [PATCH] Update files after gitlab migration Signed-off-by: zisi --- CONTRIBUTING.md | 5 +++++ README.md | 6 +++++- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..260e7aa --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,5 @@ +# Contributing to SatNOGS rotator + +Thank you for your interest in contributing to SatNOGS! + +The main repository lives on [Gitlab](https://gitlab.com/librespacefoundation/satnogs/satnogs-rotator). diff --git a/README.md b/README.md index 35b0ca9..ba8524f 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,16 @@ Hardware for SatNOGS Rotator. This repository includes all needed source files f More information can be found in our [documentation](http://satnogs.org/documentation/hardware/), or our [wiki](https://wiki.satnogs.org). ## 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/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/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) and all Merge Request should happen there. + ## License © 2014-2015 [Libre Space Foundation](http://librespacefoundation.org).