README.md in totrello-0.3.04 vs README.md in totrello-1.0.0
- old
+ new
@@ -2,11 +2,11 @@
[![Gem Version](https://badge.fury.io/rb/totrello.svg)](http://badge.fury.io/rb/totrello)
[![Code Climate](https://codeclimate.com/github/whatisinternet/ToTrello/badges/gpa.svg)](https://codeclimate.com/github/whatisinternet/ToTrello)
[![Test Coverage](https://codeclimate.com/github/whatisinternet/ToTrello/badges/coverage.svg)](https://codeclimate.com/github/whatisinternet/ToTrello)
# Totrello
-TODO: Turns Todo items into Trello cards
+Turns Todo items into Trello cards
## Notes
If you do not specify a .totrello.yml file somewhere in your project ToTrello will assume:
+ The board will be called by the directory name ToTrello was run in
@@ -62,9 +62,11 @@
### To index and create cards for another folder
$ ToTrello [some other folder with full path]
## Contributing
+
+This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
1. Fork it ( https://github.com/whatisinternet/totrello/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)