From 36f57a5c57d6501b9f4fe300fc9d40b21579a448 Mon Sep 17 00:00:00 2001 From: Vai Patel <6489594+vaipatel@users.noreply.github.com> Date: Sat, 18 Jul 2026 15:17:10 -0400 Subject: [PATCH] Automate contributor acknowledgements --- .all-contributorsrc | 41 +++++++++++++++++++++++++++++++++++++++++ CHANGELOG.rst | 2 +- CONTRIBUTORS.md | 23 +++++++++++++++++++++++ README.rst | 25 ++----------------------- README_for_docs.rst | 25 ++----------------------- 5 files changed, 69 insertions(+), 47 deletions(-) create mode 100644 .all-contributorsrc create mode 100644 CONTRIBUTORS.md diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..7311ab3 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,41 @@ +{ + "projectName": "morphops", + "projectOwner": "vaipatel", + "repoType": "github", + "repoHost": "https://github.com", + "files": [ + "CONTRIBUTORS.md" + ], + "imageSize": 100, + "commit": false, + "contributorsPerLine": 7, + "contributorsSortAlphabetically": false, + "linkToUsage": false, + "skipCi": true, + "commitConvention": "angular", + "commitType": "docs", + "contributors": [ + { + "login": "vaipatel", + "name": "Vaibhav Patel", + "avatar_url": "https://avatars.githubusercontent.com/u/6489594?v=4", + "profile": "https://github.com/vaipatel", + "contributions": [ + "code", + "maintenance" + ] + }, + { + "login": "hakonanes", + "name": "Håkon Wiik Ånes", + "avatar_url": "https://avatars.githubusercontent.com/u/12139781?v=4", + "profile": "https://www.ntnu.edu/employees/hakon.w.anes", + "contributions": [ + "doc", + "tool", + "infra", + "maintenance" + ] + } + ] +} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2ff3b33..f29c0b3 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -27,7 +27,7 @@ Fixed Added ----- -- all-contributors section to README. Added manually due to `lack of rst support in the cli, bot `_, but see `PR 301 there `_. +- Added automated contributor acknowledgements using the All Contributors bot. [0.1.13] - 2021-10-10 ===================== diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md new file mode 100644 index 0000000..81efe0f --- /dev/null +++ b/CONTRIBUTORS.md @@ -0,0 +1,23 @@ +# Contributors + +Thanks go to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + + + + +
Vaibhav Patel
Vaibhav Patel

💻 🚧
Håkon Wiik Ånes
Håkon Wiik Ånes

📖 🔧 🚇 🚧
+ + + + + + +This project follows the [All Contributors](https://allcontributors.org) specification. +Contributions of any kind are welcome. diff --git a/README.rst b/README.rst index ad4ab0e..da606c5 100644 --- a/README.rst +++ b/README.rst @@ -121,29 +121,8 @@ analysis. Contributors ✨ =============== -Thanks goes to these wonderful people (`emoji key `_): - -.. raw:: html - - - - - - - - - -

Vaibhav Patel

Håkon Wiik Ånes

📖 🔧 🚇 🚧
- - - - - - -This project follows the `all-contributors `_ specification. -Contributions of any kind are welcome! - -This list is maintained manually until such time that the all-contributors bot supports rst. A possibly fix may be coming in `PR 301 there `_. +See the project's `contributor acknowledgements `_. +The list is maintained with the `All Contributors bot `_. | diff --git a/README_for_docs.rst b/README_for_docs.rst index c3e8554..a5682fd 100644 --- a/README_for_docs.rst +++ b/README_for_docs.rst @@ -129,27 +129,6 @@ analysis. Contributors ✨ =============== -Thanks goes to these wonderful people (`emoji key `_): - -.. raw:: html - - - - - - - - - -

Vaibhav Patel

Håkon Wiik Ånes

📖 🔧 🚇 🚧
- - - - - - -This project follows the `all-contributors `_ specification. -Contributions of any kind are welcome! - -This list is maintained manually until such time that the all-contributors bot supports rst. A possibly fix may be coming in `PR 301 there `_. +See the project's `contributor acknowledgements `_. +The list is maintained with the `All Contributors bot `_.