summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Taylor <arthur.taylor@here.com>2018-11-06 16:14:36 +0100
committerPatrick Vacek <patrickvacek@gmail.com>2018-11-09 10:17:04 +0100
commit9659ce1222e13462d92881a351e3614f3712c784 (patch)
treeb1eb3083ef4abcb679685fa43ad14b73f0fecc49
parent002ec3b4172e75c7cb836e7e035602f99cfda8fd (diff)
downloadmeta-updater-9659ce1222e13462d92881a351e3614f3712c784.tar.gz
Added 'thud' to list of supported releases
Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
-rw-r--r--CONTRIBUTING.adoc11
1 files changed, 10 insertions, 1 deletions
diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc
index 3d0f14d..f12b95d 100644
--- a/CONTRIBUTING.adoc
+++ b/CONTRIBUTING.adoc
@@ -1,6 +1,15 @@
1= Contributing 1= Contributing
2 2
3We welcome pull requests from anyone. The master branch is the primary branch for development, and if you wish to add new functionality, it probably belongs there. We attempt to maintain recent previous branches and welcome bug fixes and backports for those. Currently, the actively maintained branches are sumo, rocko, and pyro. Previously, morty was also a stable branch, but it has not been updated or actively maintained for a while. 3We welcome pull requests from anyone. The master branch is the primary branch for development, and if you wish to add new functionality, it probably belongs there. We attempt to maintain recent previous branches and welcome bug fixes and backports for those. Currently, the actively maintained branches are:
4
5* thud
6* sumo
7* rocko
8
9Previously, some older branches were also regularly supported, and while they should still be stable, they have not been updated or actively maintained for a while. These branches include:
10
11* pyro
12* morty
4 13
5If you are developing with meta-updater, it may be helpful to read the README and other documentation for link:README.adoc[this repo], https://github.com/advancedtelematic/aktualizr[aktualizr], and the https://github.com/advancedtelematic/updater-repo/[updater-repo], particularly the sections about development and debugging. 14If you are developing with meta-updater, it may be helpful to read the README and other documentation for link:README.adoc[this repo], https://github.com/advancedtelematic/aktualizr[aktualizr], and the https://github.com/advancedtelematic/updater-repo/[updater-repo], particularly the sections about development and debugging.
6 15