Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.22 KB

CONTRIBUTING.md

File metadata and controls

41 lines (26 loc) · 1.22 KB

Contributing

Questions / Issues / Feature Requests

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

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.

Development

  • git clone this repository (fork if you plan on submitting a PR)
  • cd ember-froala-editor
  • pnpm install

Running Docs Server

Running Tests

  • pnpm test (Runs ember 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/.