git-feats
has a dead simple interface for making feats.
Simply add a feat to the feats file and it will work in the gem.
If you are looking to contribute, that is a great place to start.
Also, git-feats needs the following:
- Tests (probably RSpec)
- Code Cleanup
Any suggestions are also welcomed with open arms. Please fork, send pull requests and make issues.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request