Skip to content

Commit 4e80f5a

Browse files
authored
Merge pull request google-deepmind#166 from louislelay/feat/adds-changelog-and-contributors-files
Adds changelog structure, contributor list, and PR template
2 parents d995208 + 5f4b749 commit 4e80f5a

File tree

103 files changed

+662
-57
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+662
-57
lines changed

.github/pull_request_template.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Description
2+
3+
<!-- Briefly describe what this PR does -->
4+
5+
Fixes: <!-- List any GitHub issues this PR addresses -->
6+
7+
# Checklist
8+
9+
Please check off each item (`[x]`) once complete, or mark it as `[N/A]` if it doesn't apply:
10+
11+
- [ ] Added your name to `CONTRIBUTORS.md` (alphabetically by first name)
12+
- [ ] Updated `CHANGELOG.md`:
13+
- [ ] Global changelog (if your change affects the overall repo)
14+
- [ ] Model-specific changelog (if it affects a specific model only)
15+
- [ ] Followed the XML formatting/style guidelines (if editing MJCF)
16+
- [ ] Ran `pytest test/` locally and ensured all tests pass
17+
- [ ] Signed the [Contributor License Agreement (CLA)](https://cla.developers.google.com/)
18+
19+
Refer to the [contributing guide](https://github.com/google-deepmind/mujoco_menagerie/blob/main/CONTRIBUTING.md) if you're unsure about any of the steps.

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Changelog – MuJoCo Menagerie
2+
3+
All notable changes to this repository will be documented here.
4+
5+
## [22/04/2025]
6+
- Adds changelog structure, contributor list, and PR template.
7+
8+
## [07/09/2022]
9+
- Initial release.

CONTRIBUTING.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,15 @@ checks that no simulation instabilities occur. In the future, we will likely add
6464
more tests that check for model realism (e.g., that a trajectory in real matches
6565
one in simulation).
6666

67+
## Changelog & Contributors
68+
69+
Please document your changes in the appropriate changelog:
70+
71+
- For updates that affect the general repository (e.g., CI, tooling, documentation, shared infrastructure), add an entry to the [global `CHANGELOG.md`](./CHANGELOG.md).
72+
- For changes specific to a model, update the `CHANGELOG.md` in that model’s directory (e.g., `unitree_go1/CHANGELOG.md`).
73+
74+
Make sure to also add your name to the [`CONTRIBUTORS.md`](./CONTRIBUTORS.md), keeping the list sorted alphabetically by first name.
75+
6776
## Contributor License Agreement
6877

6978
Contributions to this project must be accompanied by a Contributor License

CONTRIBUTORS.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# MuJoCo Menagerie – Contributors
2+
3+
Built by the Google DeepMind team with contributions from the open-source community — thank you to everyone who helped shape this project.
4+
5+
## Core Team
6+
7+
- [Alessio Quaglino](https://github.com/quagla) — Google DeepMind
8+
- [Baruch Tabanpour](https://github.com/btaba) — Google DeepMind
9+
- [Kevin Zakka](https://github.com/kevinzakka) — Maintainer, Google DeepMind
10+
- [Nimrod Gileadi](https://github.com/nimrod-gileadi) — Google DeepMind
11+
- [Saran Tunyasuvunakool](https://github.com/saran-t) — Google DeepMind
12+
- [Tom Erez](https://github.com/erez-tom) — Google DeepMind
13+
- [Yuval Tassa](https://github.com/yuvaltassa) — Google DeepMind
14+
15+
## Community Contributors
16+
17+
- [Albert Li](https://github.com/alberthli)
18+
- [Alper Ahmetoglu](https://github.com/alper111)
19+
- [Andrew Luo](https://github.com/Andrew-Luo1)
20+
- [Ayzaan Wahid](https://github.com/ayzaan)
21+
- [Chintan Desai](https://github.com/hello-chintan)
22+
- [Dada Tian](https://github.com/lonelyfluency)
23+
- [Eugene Frizza](https://github.com/eufrizz)
24+
- [Ian Noh](https://github.com/dongridong)
25+
- [Jonathan Zamora](https://github.com/jonzamora)
26+
- [Kallinteris Andreas](https://github.com/Kallinteris-Andreas)
27+
- [Lev Kozlov](https://github.com/lvjonok)
28+
- [Lorenzo Amatucci](https://github.com/lorenzo96-cmd)
29+
- [Louis Le Lay](https://github.com/louislelay)
30+
- [Martin Günther](https://github.com/muhrix)
31+
- [Mohamed Fazil](https://github.com/hello-fazil)
32+
- [Nikita Cherniadev](https://github.com/chernyadev)
33+
- [Omar Rayyan](https://github.com/omarrayyann)
34+
- [Sai Kishor Kothakota](https://github.com/saikishor)
35+
- [Taylor Howell](https://github.com/thowell)
36+
- [Thomas Lips](https://github.com/tlpss)
37+
- [Thomas Peyrucain](https://github.com/thomaspeyrucain)
38+
- [Varad Vaidya](https://github.com/varadVaidya)
39+
40+
---
41+
42+
Want to contribute? Check out our [CONTRIBUTING.md](./CONTRIBUTING.md) guide and submit a pull request!

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -281,16 +281,19 @@ If you use Menagerie in your work, please use the following citation:
281281

282282
## Acknowledgments
283283

284-
The models in this repository are based on third-party models designed by many
285-
talented people, and would not have been possible without their generous
286-
open-source contributions. We would like to acknowledge all the designers
287-
and engineers who made MuJoCo Menagerie possible.
284+
The models in this repository are based on third-party models designed by many talented people, and would not have been possible without their generous open-source contributions. We would like to acknowledge all the designers and engineers who made MuJoCo Menagerie possible.
288285

289286
We'd like to thank Pedro Vergani for his help with visuals and design.
290287

291-
The main effort required to make this repository publicly available was
292-
undertaken by [Kevin Zakka](https://kzakka.com/), with help from the Robotics
293-
Simulation team at Google DeepMind.
288+
The main effort required to make this repository publicly available was undertaken by [Kevin Zakka](https://kzakka.com/), with help from the Robotics Simulation team at Google DeepMind.
289+
290+
This project has also benefited from contributions by members of the broader community — see the [CONTRIBUTORS.md](./CONTRIBUTORS.md) for a full list.
291+
292+
## Changelog
293+
294+
For a summary of key updates across the repository, see the [global CHANGELOG.md](./CHANGELOG.md).
295+
296+
Each individual model also includes its own `CHANGELOG.md` file with model-specific updates, linked directly from the corresponding README.
294297

295298
## License and Disclaimer
296299

agilex_piper/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Changelog – AgileX PiPER Description
2+
3+
All notable changes to this model will be documented in this file.
4+
5+
## [16/02/2025]
6+
- Initial release.

agilex_piper/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
## AgileX PiPER Description (MJCF)
22

3+
> [!IMPORTANT]
34
> Requires MuJoCo 2.3.4 or later.
45
6+
## Changelog
7+
8+
See [CHANGELOG.md](./CHANGELOG.md) for a full history of changes.
9+
510
### Overview
611

712
This package contains a simplified robot description (MJCF) of the [AgileX PiPER](https://global.agilex.ai/products/piper). It is derived from the publicly available [model](https://github.com/agilexrobotics/Piper_ros/tree/ros-noetic-no-aloha/src/piper_description/urdf).

agility_cassie/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Changelog – Agility Cassie Description
2+
3+
All notable changes to this model will be documented in this file.
4+
5+
## [07/09/2022]
6+
- Initial release.

agility_cassie/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Agility Cassie Description (MJCF)
22

3-
Requires MuJoCo 2.2.2 or later.
3+
> [!IMPORTANT]
4+
> Requires MuJoCo 2.2.2 or later.
5+
6+
## Changelog
7+
8+
See [CHANGELOG.md](./CHANGELOG.md) for a full history of changes.
49

510
## Overview
611

aloha/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Changelog – ALOHA Description
2+
3+
All notable changes to this model will be documented in this file.
4+
5+
## [05/02/2024]
6+
- Initial release.

0 commit comments

Comments
 (0)