Skip to content

Commit 9296129

Browse files
authored
Merge branch 'master' into ValidationStrategy
2 parents 4a2708c + 0c710a7 commit 9296129

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Contribution Guide
22
- Fork this project.
3-
- Create a topic branch.
4-
- Improve it with some commits.
3+
- Create a branch.
4+
- Add commits.
55
- Ensure new code has tests for it and all tests pass.
66
- Push it to your forked project.
77
- Submit a Pull Request.

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Reality Check
22

3-
[![Build Status](https://travis-ci.org/imetaxas/realitycheck.svg?branch=master&service=github)](https://travis-ci.org/imetaxas/realitycheck)
4-
[![Coverage Status](https://coveralls.io/repos/github/imetaxas/realitycheck/badge.svg?branch=master)](https://coveralls.io/github/imetaxas/realitycheck?branch=master)
3+
[![Build Status](https://travis-ci.org/imetaxas/realitycheck.svg?branch=master)](https://travis-ci.org/imetaxas/realitycheck)
4+
[![Coverage Status](https://coveralls.io/repos/github/imetaxas/realitycheck/badge.svg?branch=master&service=github)](https://coveralls.io/github/imetaxas/realitycheck?branch=master)
55

6+
# Reality Check
67
Reality Check is an open source Fluent Assertion framework for Java.
78

89
### Examples

0 commit comments

Comments
 (0)