If you want to contribute, read this section carefully
Fork the project on GitHub and clone your fork locally.
$ git clone [email protected]:username/TobiasBot.git
$ cd TobiasBot
$ git remote add upstream https://github.com/tobias-inc/TobiasBot.git
For developing new features and bug fixes, the dev/features
branch should be pulled
and built upon.
Create a branch and start hacking:
$ git checkout -b my-branch -t dev/features
Make sure git knows your name and email address:
$ git config --global user.name "J. Random User"
$ git config --global user.email "[email protected]"
Add and commit:
$ git add my/changed/files
$ git commit
Copyright © :
Direitos reservados a Switchblade e afiliados.