Skip to content

Commit

Permalink
Merge pull request #199 from OpenMDAO/all-contributors/add-chapman178
Browse files Browse the repository at this point in the history
docs: add chapman178 as a contributor for code, and example
  • Loading branch information
crecine authored Mar 27, 2024
2 parents 654a399 + 6753506 commit 720a4d5
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 1 deletion.
27 changes: 27 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"commitType": "docs",
"commitConvention": "angular",
"contributors": [
{
"login": "chapman178",
"name": "Jeff Chapman",
"avatar_url": "https://avatars.githubusercontent.com/u/2847218?v=4",
"profile": "https://github.com/chapman178",
"contributions": [
"code",
"example"
]
}
],
"contributorsPerLine": 7,
"skipCi": true,
"repoType": "github",
"repoHost": "https://github.com",
"projectName": "Aviary",
"projectOwner": "OpenMDAO"
}
26 changes: 25 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Aviary -- NASA's aircraft design tool
<!-- 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 -->

**Check out the Aviary documentation [here](https://openmdao.github.io/Aviary/intro.html).**

Expand Down Expand Up @@ -55,4 +58,25 @@ We have also provided a static version of the `environment.yml` at the top level
## Planned future features

Aviary is in active development.
We plan to expand its capabilities and have provided a non-exhaustive [list of future features](https://openmdao.github.io/Aviary/misc_resources/planned_future_features.html).
We plan to expand its capabilities and have provided a non-exhaustive [list of future features](https://openmdao.github.io/Aviary/misc_resources/planned_future_features.html).
## 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>
<tbody>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/chapman178"><img src="https://avatars.githubusercontent.com/u/2847218?v=4?s=100" width="100px;" alt="Jeff Chapman"/><br /><sub><b>Jeff Chapman</b></sub></a><br /><a href="https://github.com/OpenMDAO/Aviary/commits?author=chapman178" title="Code">💻</a> <a href="#example-chapman178" title="Examples">💡</a></td>
</tr>
</tbody>
</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 720a4d5

Please sign in to comment.