Skip to content

Commit b59da64

Browse files
committed
Merge branch 'contributing'
2 parents e9bc985 + f6f25da commit b59da64

File tree

1 file changed

+4
-16
lines changed

1 file changed

+4
-16
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,16 @@
11
# Contributing
22

3-
Mock Redis uses [git-flow][1] for its branch management.
3+
Mock Redis uses GitHub Flow for its branch management.
44
We ask that contributors to this project please:
55

6-
1. Implement changes in new git branches, following git-flow's model:
6+
1. Folow [GitHub Flow][1].
77

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-
208
2. Limit the scope of changes to a single bug fix or feature per branch.
219

2210
3. Treat documentation and unit tests as an essential part of any change.
2311

24-
4. Update the change log appropriately.
12+
4. Folow existing style, contributions should look as part of the project.
2513

2614
Thank you!
2715

28-
[1]: https://github.com/nvie/gitflow
16+
[1]: https://guides.github.com/introduction/flow/

0 commit comments

Comments
 (0)