Skip to content

Commit 6a5293e

Browse files
committed
Merge branch 'all-contributors/add-ashblue' into develop
2 parents a2a756a + 3f06c94 commit 6a5293e

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

.all-contributorsrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,15 @@
1313
"contributions": [
1414
"code"
1515
]
16+
},
17+
{
18+
"login": "ashblue",
19+
"name": "Ash Blue",
20+
"avatar_url": "https://avatars2.githubusercontent.com/u/643307?v=4",
21+
"profile": "http://blueashes.com",
22+
"contributions": [
23+
"code"
24+
]
1625
}
1726
],
1827
"contributorsPerLine": 7,

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Fluid Behavior Tree
22
[![Build Status](https://travis-ci.org/ashblue/fluid-behavior-tree.svg?branch=master)](https://travis-ci.org/ashblue/fluid-behavior-tree)
3-
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors)
3+
[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors)
44

55
A pure code behavior tree micro-framework built for Unity3D projects.
66
Granting developers the power to dictate their GUI presentation.
@@ -723,7 +723,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
723723

724724
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
725725
<!-- prettier-ignore -->
726-
<table><tr><td align="center"><a href="https://jesse.tg"><img src="https://avatars0.githubusercontent.com/u/1175189?v=4" width="100px;" alt="Jesse Talavera-Greenberg"/><br /><sub><b>Jesse Talavera-Greenberg</b></sub></a><br /><a href="https://github.com/ashblue/fluid-behavior-tree/commits?author=JesseTG" title="Code">💻</a></td></tr></table>
726+
<table><tr><td align="center"><a href="http://blueashes.com"><img src="https://avatars2.githubusercontent.com/u/643307?v=4" width="100px;" alt="Ash Blue"/><br /><sub><b>Ash Blue</b></sub></a><br /><a href="https://github.com/ashblue/fluid-behavior-tree/commits?author=ashblue" title="Code">💻</a></td><td align="center"><a href="https://jesse.tg"><img src="https://avatars0.githubusercontent.com/u/1175189?v=4" width="100px;" alt="Jesse Talavera-Greenberg"/><br /><sub><b>Jesse Talavera-Greenberg</b></sub></a><br /><a href="https://github.com/ashblue/fluid-behavior-tree/commits?author=JesseTG" title="Code">💻</a></td></tr></table>
727727

728728
<!-- ALL-CONTRIBUTORS-LIST:END -->
729729

0 commit comments

Comments
 (0)