You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ValeriaLeshchenko edited this page Oct 23, 2014
·
2 revisions
Issues
Think you've found a bug or have a new feature to suggest? Let us know!
Reporting a Bug
Update to the most recent master release if possible. We may have already
fixed your bug.
Search for similar issues. It's possible somebody has encountered
this bug already.
Pull Requests
We love pull requests. Here's a quick guide:
Fork the repo.
Run the tests. We only take pull requests with passing tests(ember test --server)
Add a test for your change. Only refactoring and documentation changes
require no new tests. If you are adding functionality or fixing a bug, we need
a test!
Make the test pass.
Commit your changes. If your pull request fixes an issue specify it in the commit message.
Here's an example: git commit -m "Close #51 – add style to events"
Push to your fork and submit a pull request. Please provide us with some
explanation of why you made the changes you made. For new features make sure to
explain a standard use case to us.