From dd1f1dfc01a2bb646d152f0e41bacbaff0818ac0 Mon Sep 17 00:00:00 2001 From: Anton Petnitsky <168552591+Mukller@users.noreply.github.com> Date: Sun, 12 Jul 2026 12:49:02 +0300 Subject: [PATCH 1/3] docs: add CODE_OF_CONDUCT.md --- CODE_OF_CONDUCT.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 CODE_OF_CONDUCT.md diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 00000000..fe9ab1f6 --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,30 @@ +# Contributor Covenant Code of Conduct + +## Our Pledge + +We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone. + +## Our Standards + +Examples of behavior that contributes to a positive environment: +- Using welcoming and inclusive language +- Being respectful of differing viewpoints +- Gracefully accepting constructive criticism +- Focusing on what is best for the community + +Examples of unacceptable behavior: +- Harassment of any kind +- Trolling, insulting or derogatory comments +- Public or private harassment +- Publishing others' private information without permission + +## Enforcement + +Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the project maintainers. + +## Attribution + +This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1. + +--- +*[Mukller](https://github.com/Mukller)* From 3a42cf88affb5733bc428b31de4b103100a5e8ee Mon Sep 17 00:00:00 2001 From: Anton Petnitsky <168552591+Mukller@users.noreply.github.com> Date: Sun, 12 Jul 2026 12:49:04 +0300 Subject: [PATCH 2/3] docs: add CHANGELOG.md --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..0734537f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,20 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +### Added +- Future features will be listed here + +### Changed +- Ongoing updates + +### Fixed +- Bug fixes + +--- +*[Mukller](https://github.com/Mukller)* From cd4933333ac72f029d438aded5e31d37f5f4b26b Mon Sep 17 00:00:00 2001 From: Anton Petnitsky <168552591+Mukller@users.noreply.github.com> Date: Sun, 12 Jul 2026 12:49:06 +0300 Subject: [PATCH 3/3] docs: add contributor profile link to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b0d3f77b..eb6e26f1 100644 --- a/README.md +++ b/README.md @@ -136,3 +136,7 @@ setting the environment variable `MUJOCO_EGL_DEVICE_ID=` to the target GPU ID. [`dm_control.viewer`]: dm_control/viewer/README.md [`dm_control.locomotion`]: dm_control/locomotion/README.md [`dm_control.locomotion.soccer`]: dm_control/locomotion/soccer/README.md + +--- + +*[Mukller](https://github.com/Mukller)*