-
-
Notifications
You must be signed in to change notification settings - Fork 56
How to Contribute Your Own Code
Will Strohl edited this page May 15, 2019
·
4 revisions
First of all, thank you for taking the time to even look to see how to help contribute to Hotcakes Commerce. Anything you provide will help us all to grow our respective customers and businesses.
Here are the general steps to contributing to the Hotcakes Commerce project. If you wish for your updates to be included in a future release, it's very important that you follow these steps.
- Fork the project to your own GitHub account.
- Find or create an Issue to work on.
- Create a branch based on the
upstream\Developmentbranch. Ideally, you should name the branch something that resembles the Issue. For example:Issues\Issue-12345 - Perform your work to fully resolve the Issue. Your work should include code comments, documentation, and localization when possible. You should perform as much of your own QA testing as possible.
- Create a pull request. (Almost always to the
developmentbranch.) - STOP working on that branch.
- Once your pull request is accepted, DELETE the branch.
Relevant Wiki Articles:
External Resources: