From d1f51dca647113103304c6591fe54f87e8a1bc0e Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Fri, 1 Dec 2023 15:57:01 -0500 Subject: [PATCH] Note branching practice Signed-off-by: Alex Nelson --- CONTRIBUTE.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTE.md b/CONTRIBUTE.md index 3b50991..eafc67a 100644 --- a/CONTRIBUTE.md +++ b/CONTRIBUTE.md @@ -1,5 +1,10 @@ # Contributing to CDO-Utility-Local-UUID +This repository follows [CDO "Continuous-release" branching](https://cyberdomainontology.org/ontology/development/#branching-cdo-continuous). In short: + +* Please file Pull Requests against `main`. +* If you wish to track this repository at a certain version, please use Git submodules to note what version you tracked. + This project uses [the `pre-commit` tool](https://pre-commit.com/) for linting. The easiest way to install it is with `pip`: ```bash pip install pre-commit