File tree Expand file tree Collapse file tree 1 file changed +4
-16
lines changed Expand file tree Collapse file tree 1 file changed +4
-16
lines changed Original file line number Diff line number Diff line change 1
1
# Contributing
2
2
3
- Mock Redis uses [ git-flow ] [ 1 ] for its branch management.
3
+ Mock Redis uses GitHub Flow for its branch management.
4
4
We ask that contributors to this project please:
5
5
6
- 1 . Implement changes in new git branches, following git-flow's model:
6
+ 1 . Folow [ GitHub Flow ] [ 1 ] .
7
7
8
- - Changes based off of * develop* will receive the least amount of skepticism.
9
-
10
- - Changes based off of a * release* branches (if one exists) will be considered,
11
- especially for small bug fixes relevant to the release. We are not likely to
12
- accept new features against * release* branches.
13
-
14
- - Changes based off of * master* or a prior release tag will be given the most
15
- skepticism. We may accept patches for major bugs against past releases, but
16
- would prefer to see such changes follow the normal git-flow process.
17
-
18
- We will not accept new features based off of * master* .
19
-
20
8
2 . Limit the scope of changes to a single bug fix or feature per branch.
21
9
22
10
3 . Treat documentation and unit tests as an essential part of any change.
23
11
24
- 4 . Update the change log appropriately .
12
+ 4 . Folow existing style, contributions should look as part of the project .
25
13
26
14
Thank you!
27
15
28
- [ 1 ] : https://github.com/nvie/gitflow
16
+ [ 1 ] : https://guides. github.com/introduction/flow/
You can’t perform that action at this time.
0 commit comments