From 96ccef55aea8061cd9839b012d0fb78ad6bac87f Mon Sep 17 00:00:00 2001 From: Anton Petnitsky <168552591+Mukller@users.noreply.github.com> Date: Thu, 9 Jul 2026 14:58:04 +0300 Subject: [PATCH 1/2] 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 b89c17764c847f62f3f9063ce0c65f6a11f6b657 Mon Sep 17 00:00:00 2001 From: Anton Petnitsky <168552591+Mukller@users.noreply.github.com> Date: Thu, 9 Jul 2026 14:58:07 +0300 Subject: [PATCH 2/2] docs: add Contributing section and profile link to README --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index ff8a3fa2..7d27a2c7 100644 --- a/README.md +++ b/README.md @@ -255,3 +255,15 @@ If you find this work useful in your method, you can cite the paper as below: journal = {arXiv preprint arXiv:2401.06201}, year = {2024} } + + +## Contributing + +We welcome contributions! See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines on +how to report bugs, suggest features, and submit pull requests. + +By participating, you agree to our [Code of Conduct](CODE_OF_CONDUCT.md). + +--- + +*[Mukller](https://github.com/Mukller)*