Skip to content

Commit 573d43b

Browse files
authored
Merge pull request #10 from ashblue/all-contributors/add-ashblue
docs: add ashblue as a contributor
2 parents e2102fe + 3f06c94 commit 573d43b

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.
@@ -655,7 +655,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
655655

656656
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
657657
<!-- prettier-ignore -->
658-
<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>
658+
<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>
659659

660660
<!-- ALL-CONTRIBUTORS-LIST:END -->
661661

0 commit comments

Comments
 (0)