Please follow the issue template guideline before commiting any new pull requests
- Fork the repository and set the main repository as the upstream remote
git remote add upstream [email protected]:stockwizzard.git
- Make a new branch with the new PR following these naming conventions:
StockWizzard/Issue-type/name-of-issue-or-PR
-
Run tests to ensure that nothing was broken with your new PR
-
Push to the master branch and wait for a review