All questions, issues, bugs, feature requests can be submitted as an Issue on this repo. Our only request is that you provide enough details to be meaningful and be respectful (see the Code of Conduct).
Pull Requests are always welcome. If you have a feature request and have an idea on how to implement it, feel free to submit a PR. Otherwise an Issue with the request is alright too, it'll get the discussion rolling. There are no specific PR structure requirements at this point, however, we might change the commit message for clarification as needed.
git clone
this repository (fork if you plan on submitting a PR)cd ember-froala-editor
pnpm install
ember server
- Visit the docs at http://localhost:4200
pnpm test
(Runsember try:each
to test against multiple Ember versions)ember test
ember test --server
ember server
(Visit tests at http://localhost:4200/tests)
For more information on using ember-cli, visit https://cli.emberjs.com/release/.