Repository for the BCC Slackbot Project.
-
To initially begin working on the project, you'll need to first reach out to Charlie Beck on Slack to be added to the team.
-
Once you have been added to the team, clone the repository to your machine.
- git clone
-
Finally, to begin working on a particular issue, you'll need to branch off of the development branch, write the code to solve the issue, then submit a PR into the development branch. You should use the naming convention [issue-number]-[page]-[quick description].
- git checkout -b [new branch name]
-
Once you have finished building a feature, you will need to submit a PR to the development branch and add Stephanie Strong to review.
- git push origin [branch name]
- On code page of repo, you can submit PR.
- Please check the issues page at waffle.io