-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Move contributing information to own document. - Fixes badges.
- Loading branch information
Showing
5 changed files
with
47 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,5 +4,6 @@ Gemfile.lock | |
.rvmrc | ||
spec/dummy | ||
tmp | ||
.localeapp | ||
coverage | ||
coverage | ||
.ruby-version | ||
.ruby-gemset |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Contributing | ||
|
||
In the spirit of [free software][1], **everyone** is encouraged to help improve this project. | ||
|
||
Here are some ways *you* can contribute: | ||
|
||
* by using prerelease versions | ||
* by reporting [bugs][2] | ||
* by suggesting new features | ||
* by writing translations | ||
* by writing or editing documentation | ||
* by writing specifications | ||
* by writing code (*no patch is too small*: fix typos, add comments, clean up inconsistent whitespace) | ||
* by refactoring code | ||
* by resolving [issues][2] | ||
* by reviewing patches | ||
|
||
Starting point: | ||
|
||
* Fork the repo | ||
* Clone your repo | ||
* Run `bundle install` | ||
* Run `bundle exec rake test_app` to create the test application in `spec/test_app` | ||
* Make your changes | ||
* Ensure specs pass by running `bundle exec rspec spec` | ||
* Submit your pull request | ||
|
||
[1]: http://www.fsf.org/licensing/essays/free-sw.html | ||
[2]: https://github.com/spree/spree_email_to_friend/issues |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters