Skip to content

Commit e2102fe

Browse files
authored
Merge pull request #9 from ashblue/all-contributors/add-JesseTG
docs: add JesseTG as a contributor
2 parents a167ef3 + 7519c1c commit e2102fe

File tree

2 files changed

+41
-2
lines changed

2 files changed

+41
-2
lines changed

.all-contributorsrc

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"files": [
3+
"README.md"
4+
],
5+
"imageSize": 100,
6+
"commit": false,
7+
"contributors": [
8+
{
9+
"login": "JesseTG",
10+
"name": "Jesse Talavera-Greenberg",
11+
"avatar_url": "https://avatars0.githubusercontent.com/u/1175189?v=4",
12+
"profile": "https://jesse.tg",
13+
"contributions": [
14+
"code"
15+
]
16+
}
17+
],
18+
"contributorsPerLine": 7,
19+
"projectName": "fluid-behavior-tree",
20+
"projectOwner": "ashblue",
21+
"repoType": "github",
22+
"repoHost": "https://github.com"
23+
}

README.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Fluid Behavior Tree [![Build Status](https://travis-ci.org/ashblue/fluid-behavior-tree.svg?branch=master)](https://travis-ci.org/ashblue/fluid-behavior-tree)
1+
# Fluid Behavior Tree
2+
[![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)
24

35
A pure code behavior tree micro-framework built for Unity3D projects.
46
Granting developers the power to dictate their GUI presentation.
@@ -143,7 +145,9 @@ public class ExampleUsage : MonoBehaviour {
143145
+ [Custom Composites](#custom-composites)
144146
+ [Custom Decorators](#custom-decorators)
145147
* [Development Environment](#development-environment)
146-
* [Submitting your own actions, conditions, ect](#submitting-code-to-this-project)
148+
+ [Making Commits](#making-commits)
149+
+ [Submitting your own actions, conditions, ect](#submitting-code-to-this-project)
150+
* [Contributors](#contributors)
147151

148152
## Example Scene
149153

@@ -644,3 +648,15 @@ Please do the following if you wish to contribute code to this project.
644648
1. Create your feature in a `feature` branch off of `develop`
645649
2. Make sure your new code is reasonably tested to demonstrate it works (see `*Test.cs` files)
646650
3. Submit a pull request to the `develop` branch
651+
652+
## Contributors
653+
654+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
655+
656+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
657+
<!-- 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>
659+
660+
<!-- ALL-CONTRIBUTORS-LIST:END -->
661+
662+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)