From 59765c9a4deb96c95aa42940ff5cb611d45756bc Mon Sep 17 00:00:00 2001 From: Kayla Loertscher Date: Mon, 3 Oct 2022 15:52:50 -0700 Subject: [PATCH 1/2] Update dev_workflow.rst Updated developer workflow documentation --- docs/dev_workflow.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/dev_workflow.rst b/docs/dev_workflow.rst index cf4b8871..8a10aba7 100644 --- a/docs/dev_workflow.rst +++ b/docs/dev_workflow.rst @@ -90,3 +90,5 @@ repository. .. code:: none git push -d origin + +To start work on a new feature, re-follow the developer workflow from step 2. \ No newline at end of file From de1e00c9889e81887b72ed4cac3a2678f4120e91 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 23:01:46 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- docs/developer_guide/dev_workflow.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/developer_guide/dev_workflow.rst b/docs/developer_guide/dev_workflow.rst index 8a10aba7..762c7e6c 100644 --- a/docs/developer_guide/dev_workflow.rst +++ b/docs/developer_guide/dev_workflow.rst @@ -90,5 +90,5 @@ repository. .. code:: none git push -d origin - -To start work on a new feature, re-follow the developer workflow from step 2. \ No newline at end of file + +To start work on a new feature, re-follow the developer workflow from step 2.