Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 629 Bytes

Contributing.md

File metadata and controls

16 lines (13 loc) · 629 Bytes

To contribute to BSMPT follow the given procedure

  • Fork the BSMPT Repository
  • Clone it to your system
  • Add the BSMPT repo as an upstream through git remote add upstream https://github.com/phbasler/BSMPT.git
  • Change to the develop branch with git checkout develop
  • Implement your changes
  • Commit them
  • Request a pull request with New pull requeston the github web interface
  • The BSMPT team will review it and accept it or contact you if there are questions or problems