We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9082e98 + df92ea1 commit 17fdd4bCopy full SHA for 17fdd4b
CONTRIBUTING.md
@@ -31,6 +31,15 @@ git commit --signoff
31
Only pull requests from committers that can be verified as having signed the OCA
32
are accepted.
33
34
+## Branching strategy
35
+
36
+Use GitHub flow branching strategy. With the GitHub flow, there are only 2 branches: main and feature.
37
38
+1. Every change that is worked on is branched directly off of main into a feature branch.
39
+2. Once a feature is ready it is tested on the feature branch and the code is reviewed before being merged to main.
40
41
+Hotfixes, bugfixes are treated the same as feature branches.
42
43
## Pull request process
44
45
1. Ensure there is an issue created to track and discuss the fix or enhancement
0 commit comments