Contributing
Consult
Before you make a contribution, reach out to [email protected] about what changes need made. Otherwise, your time spent might be wasted. Once you're clear on what needs done follow the technical steps below.
Technical Steps
- Fork the repository
- Create a branch
- Write some tests (which fail)
- Write some code
- Re-run the tests (which now hopefully pass)
- Push your branch to your
originremote - Open a GitHub Pull Request (with the target branch being wgit's
origin/master) - Apply any requested changes
- Wait for your PR to be merged
Thanks
Thanks in advance for your contribution.