From 8d4e7719f0f894552be92c00198984a788996328 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 18:59:36 +0000 Subject: [PATCH 1/2] docs: update README.md [skip ci] --- README.md | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a90d1320f..678fdca67 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # Aviary -- NASA's aircraft design tool + +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) + **Check out the Aviary documentation [here](https://openmdao.github.io/Aviary/intro.html).** @@ -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). \ No newline at end of file +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)): + + + + + + + + + + +
Jeff Chapman
Jeff Chapman

💻 💡
+ + + + + + +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! \ No newline at end of file From ae66243524a0eb7b72689fbcf2144f278cdfb43c Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 18:59:37 +0000 Subject: [PATCH 2/2] docs: create .all-contributorsrc [skip ci] --- .all-contributorsrc | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 000000000..ab2a1e020 --- /dev/null +++ b/.all-contributorsrc @@ -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" +}