Skip to content

Commit

Permalink
Add reference to slackin, remove stray console printout
Browse files Browse the repository at this point in the history
  • Loading branch information
simonv3 committed Jul 7, 2015
1 parent c1601f4 commit 03b9b1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Other use cases: a mobile app for home gardeners, Google providing “One Bo

If you have any quick questions, ask them on [IRC on Freenode #openfarmcc](https://webchat.freenode.net/?channels=openfarmcc). If the room looks empty it's because our core team uses Slack, we have a bot piping messages back and forth - read on if you want to join that!

We use [Slack](https://openfarm.slack.com/) for real-time discussion and mockup sharing among the core team. We strongly recommend joining this group if you want to get involved and meet the other contributors. All you have to do is enter your email into [this form](http://goo.gl/forms/ZqBdmN2nu2) or [email Rory](mailto:[email protected]) with your email address and he’ll send you an invitation to join!
Sign up to [our Slack room](http://openfarm-slack.herokuapp.com/)! We strongly recommend joining this group if you want to get involved and meet the other contributors.

### Community Discussion Group

Expand Down Expand Up @@ -62,7 +62,7 @@ To view the most recent mockups, click [here](https://drive.google.com/open?id=0

We encourage everyone to contribute! From newbies, to pros, to people who don’t write software, to those with just a few ideas to share — we greatly appreciate everyone’s input and are happy to help you help us. We strive for diversity on our team and are dedicated to making a safe space and community for everyone. To help us ensure this, We have created and adopted a [Code of Conduct](https://openfarm.cc/pages/code_of_conduct?locale=en).

Here are our [current contributors](https://github.com/openfarmcc/OpenFarm/graphs/contributors) here on GitHub.
Here are our [current contributors](https://github.com/openfarmcc/OpenFarm/graphs/contributors) here on GitHub. But that's just people who contribute code. There's a whole host of people who contributed financially, and people contribute guides on the actual website too!

### Software License

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ openFarmModule.directive('alerts', ['$timeout',
$scope.alerts.splice(index, 1);
};
$scope.$watch('alerts', function(){
console.log('alerts length changed');
if ($scope.alerts && $scope.alerts.length){
$timeout(function(){
$scope.alerts = $scope.alerts.filter(function(alert){
Expand Down

0 comments on commit 03b9b1c

Please sign in to comment.