Skip to content
This repository has been archived by the owner on Apr 19, 2018. It is now read-only.

Commit

Permalink
In-repo documentation updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Oct 8, 2012
1 parent d82095f commit 44f7e3f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Change Log
Version 4.2.0 *(In Development)*
--------------------------------

**Maven `artifactId` is now to 'actionbarsherlock'.**

Note: The `.Dialog` themes are now deprecated. These will be removed in a future
version of the library.

Expand Down
11 changes: 11 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Contributing
============

If you would like to contribute code to ActionBarSherlock you can do so through
GitHub by forking the repository and sending a pull request.

When submitting code, please make every effort to follow existing conventions
and style in order to keep the code as readable as possible. Please also make
sure your code compiles by running `mvn clean verify`. Checkstyle failures
during compilation indicate errors in your style and can be viewed in the
`checkstyle-result.xml` file.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ and up.
Try out the sample applications on the Android Market: [Feature Demos][4],
[Fragments][5], and [RoboGuice][6].

Continuous integration is provided by [CloudBees BuildHive][7].
Continuous integration is provided by [Travis CI][7].



Expand Down Expand Up @@ -57,4 +57,4 @@ License
[4]: https://play.google.com/store/apps/details?id=com.actionbarsherlock.sample.demos
[5]: https://play.google.com/store/apps/details?id=com.actionbarsherlock.sample.fragments
[6]: https://play.google.com/store/apps/details?id=com.actionbarsherlock.sample.roboguice
[7]: https://buildhive.cloudbees.com/job/JakeWharton/job/ActionBarSherlock/
[7]: https://travis-ci.org/JakeWharton/ActionBarSherlock

0 comments on commit 44f7e3f

Please sign in to comment.