From d8008aebb6617a01961cb3b1bd36a3bc76572117 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Pf=C3=B6rtner?= Date: Thu, 26 Mar 2026 09:45:04 +0100 Subject: [PATCH] Add CONTRIBUTORS.md to recognize project contributors --- CONTRIBUTORS.md | 72 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 CONTRIBUTORS.md diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md new file mode 100644 index 0000000..c6eb5d4 --- /dev/null +++ b/CONTRIBUTORS.md @@ -0,0 +1,72 @@ +# ๐ŸŒŸ Contributors + +Thank you to everyone who has contributed to **Aether DataFixers**! ๐Ÿ’œ + +This file lists contributors who joined the project in each release version. + +--- + +## ๐Ÿš€ v0.1.0 - Initial Release + +> *The beginning of Aether DataFixers.* + +| Contributor | Role | +|----------------------------------------------------------------------------|------------------------| +| ๐Ÿง‘โ€๐Ÿ’ป **Erik Pfรถrtner** ([@splatcrafter](https://github.com/splatcrafter)) | Project Creator & Lead | + +--- + +## โœจ v0.2.0 + +| New Contributor | Contribution | +|-------------------------|--------------| +| *(No new contributors)* | โ€” | + +--- + +## ๐Ÿ”ง v0.3.0 + +| New Contributor | Contribution | +|-------------------------|--------------| +| *(No new contributors)* | โ€” | + +--- + +## ๐Ÿ› ๏ธ v0.4.0 + +| New Contributor | Contribution | +|-------------------------|--------------| +| *(No new contributors)* | โ€” | + +--- + +## ๐Ÿ“ฆ v0.5.0 + +| New Contributor | Contribution | +|-------------------------|--------------| +| *(No new contributors)* | โ€” | + +--- + +## ๐Ÿ”ฎ v1.0.0 (unreleased) + +| New Contributor | Contribution | +|---------------------------------------------------------------|---------------------------------------| +| ๐Ÿค– **copilot-swe-agent[bot]** | Automated code contributions | +| ๐Ÿ“ฆ **dependabot[bot]** | Dependency updates | +| ๐Ÿง‘โ€๐Ÿ’ป **darya-vv** ([@darya-vv](https://github.com/darya-vv)) | PR #234: Fix FieldInfo.equals() issue | + +--- + +## ๐Ÿ“Š All-Time Contributors + +| # | Contributor | Since | +|---|----------------------------------------------------------------------------|--------| +| 1 | ๐Ÿง‘โ€๐Ÿ’ป **Erik Pfรถrtner** ([@splatcrafter](https://github.com/splatcrafter)) | v0.1.0 | +| 2 | ๐Ÿค– **copilot-swe-agent[bot]** | v1.0.0 | +| 3 | ๐Ÿ“ฆ **dependabot[bot]** | v1.0.0 | +| 4 | ๐Ÿง‘โ€๐Ÿ’ป **darya-vv** ([@darya-vv](https://github.com/darya-vv)) | v1.0.0 | + +--- + +> ๐Ÿ’ก *Want to contribute? Check out our [issues](https://github.com/aether-framework/aether-datafixers/issues) and submit a pull request!*