diff options
author | Patrick Vacek <patrickvacek@gmail.com> | 2018-07-02 11:35:45 +0200 |
---|---|---|
committer | Patrick Vacek <patrickvacek@gmail.com> | 2018-07-02 11:37:16 +0200 |
commit | e83cbe73b81d1d69f3b7a3ed5fdab6a546b9ec25 (patch) | |
tree | 3542d1e828456428485e0c2bf84794db3c7f76b3 /CONTRIBUTING.adoc | |
parent | e0c11a52ea6936b3ac1f8f6cd8ea4f15959112f0 (diff) | |
download | meta-updater-e83cbe73b81d1d69f3b7a3ed5fdab6a546b9ec25.tar.gz |
CONTRIBUTING.adoc: Move pyro to the backburner.
Diffstat (limited to 'CONTRIBUTING.adoc')
-rw-r--r-- | CONTRIBUTING.adoc | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc index 93a0815..4ad9836 100644 --- a/CONTRIBUTING.adoc +++ b/CONTRIBUTING.adoc | |||
@@ -1,5 +1,13 @@ | |||
1 | = Contributing | 1 | = Contributing |
2 | 2 | ||
3 | We 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. | 3 | We 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 | * sumo | ||
6 | * rocko | ||
7 | |||
8 | Previously, 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: | ||
9 | |||
10 | * pyro | ||
11 | * morty | ||
4 | 12 | ||
5 | If 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. | 13 | If 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. |