Submitting Pull Requests
So you decided to submit an issue and work it. Great! Let’s get it merged in to the codebase. The following will go a long way to helping get the fix merged in quicker:
- Fork the Github repository and make a branch off of the
master
branch - Create a Pull Request from your Fork back to the
master
branch. - Update the checklists in the Pull Request description.
- Reference which issues this Pull Request is resolving.