diff --git a/CHANGELOG.md b/CHANGELOG.md index 92a1577..31c938d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ Keep it human-readable, your future self will thank you! - feat: New method update_graph(graph) in the GraphCreator class. (#60) - feat: New class StretchedTriNodes to create a stretched mesh. (#51) - feat: Expanded MultiScaleEdges to support multi-scale connections in stretched graphs. (#51) +- feat: Add CONTRIBUTORS.md file. (#72) ### Changed - ci: small fixes and updates pre-commit, downsteam-ci (#49) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md new file mode 100644 index 0000000..b226907 --- /dev/null +++ b/CONTRIBUTORS.md @@ -0,0 +1,13 @@ +## How to Contribute + +Please see the [read the docs](https://anemoi-training.readthedocs.io/en/latest/dev/contributing.html). + + +## Contributors + +Thank you to all the wonderful people who have contributed to Anemoi. Contributions can come in many forms, including code, documentation, bug reports, feature suggestions, design, and more. A list of code-based contributors can be found [here](https://github.com/ecmwf/anemoi-graphs/graphs/contributors). + + +## Contributing Organisations + +Significant contributions have been made by the following organisations: [DWD](https://www.dwd.de/), [MET Norway](https://www.met.no/), [MeteoSwiss](https://www.meteoswiss.admin.ch/), [RMI](https://www.meteo.be/) & [ECMWF](https://www.ecmwf.int/)