forked from ExactTarget/fuelux
-
Notifications
You must be signed in to change notification settings - Fork 0
Contributing to Fuel UX
adamalex edited this page Oct 14, 2012
·
1 revision
- Before writing code, we suggest you search for issues or create a new one to confirm where your contribution fits into our roadmap.
- Fork the Fuel UX repo GitHub help
- Make your changes, being sure to add unit tests for new or changed functionality
- Run
grunt
to lint, test, and package up the library - Update your fork with the latest code from Fuel UX, merging as necessary
- Commit your changes
- If your work is not already in a single commit, rebase and squash into a single commit
- Push to your GitHub repo, using --force if you have rebased
- Submit a pull request GitHub help
The Bootstrap repo contained an excellent writeup on the design and thinking that went into building Bootstrap controls. Fuel UX follows this same philosophy. Click the link below to read about it.