changeset 1166:6970bffad843 worklowdocs

Add some exmples of branch names
author Jonatan Werpers <jonatan@werpers.com>
date Wed, 07 Dec 2022 21:45:26 +0100
parents 32b4d324fd98
children 48cbcbc7a40b
files WORKFLOW.md
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/WORKFLOW.md	Wed Dec 07 21:42:18 2022 +0100
+++ b/WORKFLOW.md	Wed Dec 07 21:45:26 2022 +0100
@@ -8,6 +8,10 @@
  * refactor
 Further keywords may describe where, e.g. what sub package, the change happens. The last keyword should describe the change.
 
+Some examples:
+ * refactor/grids: Branch to refactor the grids module
+ * bugfix/lazy_tensors/lazyfunctionarray: Branch to fix a bug in LazyFunctionArray
+
 ## Merging a branch into `default`
 The changes in a branch has been reviewed and deemed ready to merge the branch is closed and then merged.