-
Install discourse locally
-
Inside of your discourse directory, run:
bundle exec rake db:api_test_seed -
Start discourse:
bundle exec rails s -
Install bundler in the discourse_api directory, run
gem install bundler -
Inside of your discourse_api directory, run:
bundle exec rspec spec/
-
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