Skip to content

Commit 145757b

Browse files
committed
Add Gitter chat badge to readme
Update 'Need help?' paragraph to better reflect the unmaintained status of the project
1 parent 28f6412 commit 145757b

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

README.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
[![Build Status](https://secure.travis-ci.org/markdalgleish/stellar.js.png)](http://travis-ci.org/markdalgleish/stellar.js)
1+
[![Build Status](https://img.shields.io/travis/markdalgleish/stellar.js/master.svg?style=flat)](http://travis-ci.org/markdalgleish/stellar.js) [![Gitter](https://img.shields.io/badge/gitter-join%20chat-45cba1.svg?style=flat)](https://gitter.im/markdalgleish/stellar.js)
2+
23

34
# Stellar.js
45

@@ -291,17 +292,9 @@ Each of the build steps are also available individually.
291292

292293
`$ grunt watch` to continuously lint and test the code while developing.
293294

294-
## Contributing to Stellar.js
295-
296-
Ensure that you successfully test and build the project with `$ grunt` before committing.
297-
298-
Make sure that all plugin changes are made in `src/jquery.stellar.js` (`/jquery.stellar.js` and `/jquery.stellar.min.js` are generated by Grunt).
299-
300-
If you want to contribute in a way that changes the API, please file an issue before submitting a pull request so we can discuss how to appropriately integrate your ideas.
301-
302-
## Questions?
295+
## Need help?
303296

304-
Contact me on GitHub or Twitter: [@markdalgleish](http://twitter.com/markdalgleish)
297+
As this project is now unmaintained, your best bet is to try the [Gitter chat room](https://gitter.im/markdalgleish/stellar.js) or [Stack Overflow](http://stackoverflow.com/).
305298

306299
## License
307300

0 commit comments

Comments
 (0)