-
-
Notifications
You must be signed in to change notification settings - Fork 603
Pull Request Guidelines
A Pull Request (PR) is the step where you submit patches to this repository. Once you've worked on a feature or a bug, it's then time to send a PR. Make sure to follow these steps along the way to make sure your patch lands as soon as possible!
Make sure your PR stays focused on a single feature. Don't change any files unrelated to the subject you're working. Open a single PR for each subject.
Please make sure to not commit built files (assets/css
, assets/js
, assets/fonts
) unlesss you've made changes in the source version of those files.
Remove any debugging lines (debuggers
, console.log
) and please add a new empty line at the end of every new file.
Keeping the history clean means making one commit per feature. It also means squashing every fix you make on your branch.
Write a convincing description of your PR and why it should be merged.