From 2694d04a51e07b9ea8d8d73ab7dde9c20c8218df Mon Sep 17 00:00:00 2001 From: Jared Tobin Date: Sat, 28 Sep 2019 14:43:31 +0400 Subject: [PATCH] contributing: add note on hotfixes [ci skip] --- CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 889e633b7..171b5952a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -129,6 +129,12 @@ We perform updates by pushing releases over-the-air to `~zod` approximately once per week, so any contribution that can be deployed OTA will usually find its way onto the network pretty rapidly. +If you want to propose a hotfix (i.e. a small, OTA-updateable change, usually a +bugfix, to some currently-deployed release) then simply make it clear that your +contribution -- whether it be a pull request, patch, or whatever -- is intended +to be a hotfix. A maintainer can then deploy it to the network outside of the +normal release schedule. + Less frequently we release new Vere versions, which requires users to download new binaries, and occasionally, while Urbit is still in early development, we breach network continuity in order to release large changes that are difficult