Skip to content

Commit

Permalink
Merge pull request #41 from AtlasFoundation/all-contributors/add-fire
Browse files Browse the repository at this point in the history
docs: add fire as a contributor for ideas
  • Loading branch information
lalalune authored Jun 3, 2022
2 parents eb29de4 + 99a4861 commit ba881dd
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "fire",
"name": "K. S. Ernest (iFire) Lee",
"avatar_url": "https://avatars.githubusercontent.com/u/32321?v=4",
"profile": "https://github.com/fire",
"contributions": [
"ideas"
]
}
],
"contributorsPerLine": 7,
"projectName": "OpenCharacterCreator",
"projectOwner": "AtlasFoundation",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Open Character Creator
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->
An open, collaborative and evolving character creator project for the open metaverse.

Want to contribute? Please check out the [issues](https://github.com/AtlasFoundation/OpenCharacterCreator/issues), or submit a pull request.
Expand Down Expand Up @@ -34,3 +37,23 @@ dfx deploy

### Attributions
Originally based on the [three.js editor](https://threejs.org/editor/)

## Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tr>
<td align="center"><a href="https://github.com/fire"><img src="https://avatars.githubusercontent.com/u/32321?v=4?s=100" width="100px;" alt=""/><br /><sub><b>K. S. Ernest (iFire) Lee</b></sub></a><br /><a href="#ideas-fire" title="Ideas, Planning, & Feedback">🤔</a></td>
</tr>
</table>

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->

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

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 comments on commit ba881dd

Please sign in to comment.