Skip to content

Commit

Permalink
Add deployment instructions in contributing doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kntsoriano committed Jun 15, 2017
1 parent 704901f commit 5fa5622
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,12 @@ The pull request points to that branch, not to specific commits.

Here's a guide on [how to squash commits in a GitHub pull request][squash-commits].

### Deployment

After your pull request is merged, we [deploy][live-deployment] it. Deploys are
done periodically, and it is possible that you won't be able to see your changes
on the website right away.

## Roadmap

We are currently working on reimagining the Exercism user experience from the ground up.
Expand All @@ -97,3 +103,4 @@ For details, please see [exercism/discussions#113][roadmap].
[rubocop]: https://github.com/bbatsov/rubocop
[roadmap]: https://github.com/exercism/discussions/issues/113
[squash-commits]: http://blog.steveklabnik.com/posts/2012-11-08-how-to-squash-commits-in-a-github-pull-request
[live-deployment]: https://github.com/exercism/exercism.io/blob/master/docs/setting-up-local-development.md#live-deployment

0 comments on commit 5fa5622

Please sign in to comment.