This is the issue tracker for Ember Responsive but it's perfectly fine to ask questions here. Just open up and ticket and inquire within!
Think you've found a bug or have a new feature to suggest? Let us know!
-
Update to the most recent master release, if possible. Verify the bug exists on master.
-
Provide with a bug report that shows the problem.
-
If possible, submit a Pull Request with a failing test. Better yet, take a stab at fixing the bug yourself if you can!
The more information you provide, the easier it is for us to validate that there is a bug and the faster we'll be able to take action.
We love pull requests. Here's a quick guide:
-
Fork the repo.
-
Run the tests. We only take pull requests with passing tests
-
Add tests for your change. We use both intregration and unit tests, depending on what you're writing you may have to write both style of tests.
-
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 #19 - Fix media listener for mobile"
-
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.
The project page is available at https://freshbooks.github.io/ember-responsive/
Contributions to the documentation is just as welcome as project development!
-
Fork the repo.
-
Checkout the
gh-pages
branch -
Make your changes
-
Commit and open a pull request against the
gh-pages
branch
NOTE: Partially copied from https://raw.github.com/stefanpenner/ember-app-kit/master/CONTRIBUTING.md