Rapid, Smart, Intuitive forms for Ember.js styled with Bootstrap & Validation ready.
This is a fork of the original over at https://github.com/indexiatech/ember-forms
With Ember-CLI:
npm install --save-dev ember-rapid-forms
Please visit the documentation for installation & usage documentations: http://piceatech.github.io/ember-rapid-forms
ember server
- Visit your app at http://localhost:4200.
To test on all ember versions:
ember try:testall
ember test --server
ember build
- Create PR
- Wait for one of the Team members to review change
- Respond to feedback
- Get changed merged
A PR should include the following things:
- Changed Files (duuh)
- Test(s) showing what was fixed / added / deprecated
- No failing tests
- Added Documentation if needed
- Make sure you test against master. It may already got fixed
- Search for similiar issues
- Provide a JSBin with an example if possible
- Asaf Shakarchi (asaf)
- Ben Limmer (blimmer)
- Brandon Parsons (brandonparsons)
- Felix Fichte (spruce)
- Jack Matthews
- Josemar Luedke (josemarluedke)
- Josh Pfosi (joshpfosi)
- Michael Latta (TechnoMage)
- Patrick Ma (fivetwentysix)
- Pedro Kiefer (pedrokiefer)
- Build the docs:
npm run update-page
- Upload the new pages
git push origin gh-pages
- If you don't have push access create PR (see section about PR)