summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2018-06-12 10:05:00 +0200
committerPatrick Vacek <patrickvacek@gmail.com>2018-06-19 12:46:16 +0200
commit629210011380ec1cd2144c9657bb01d87c1abd74 (patch)
treefd116bebf0ab246665d3142d912db9b65da6c6c9
parent9579f0cb3a481186e8142c68bb226708a41549cd (diff)
downloadmeta-updater-629210011380ec1cd2144c9657bb01d87c1abd74.tar.gz
CONTRIBUTING.adoc: clarify which branches have what status.
-rw-r--r--CONTRIBUTING.adoc3
1 files changed, 2 insertions, 1 deletions
diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc
index df7a717..93a0815 100644
--- a/CONTRIBUTING.adoc
+++ b/CONTRIBUTING.adoc
@@ -1,4 +1,5 @@
1= Contributing 1= Contributing
2 2
3We welcome pull requests from everyone. 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 and development and debugging. 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.
4 4
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.