Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 495 Bytes

contributing_template.md

File metadata and controls

17 lines (9 loc) · 495 Bytes

Contributing:

Please follow the issue template guideline before commiting any new pull requests

Guidelines:

  1. Fork the repository and set the main repository as the upstream remote

git remote add upstream [email protected]:stockwizzard.git

  1. Make a new branch with the new PR following these naming conventions:

StockWizzard/Issue-type/name-of-issue-or-PR

  1. Run tests to ensure that nothing was broken with your new PR

  2. Push to the master branch and wait for a review