Skip to content
This repository was archived by the owner on Nov 10, 2024. It is now read-only.

Commit a1af03c

Browse files
authored
Update README.md
1 parent eebdf18 commit a1af03c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,4 +113,10 @@ compile 'com.github.mreram:ShowCaseView:1.0.4'
113113
})
114114
.build()
115115
.show();
116+
## Contributation
117+
Pull requests are welcome!
118+
You can improve/fix some part of it .
116119

120+
Add Tests:
121+
Assuming that the code in question already has automated (unit) tests, do add tests for the code you submit.
122+
This isn't a hard rule. There are various cases where you may need to add code without test coverage (e.g. when adding a Object), but if it can be tested, it should be tested.

0 commit comments

Comments
 (0)