Conversation
Co-authored-by: volpatto <5941226+volpatto@users.noreply.github.com>
Coverage
diff-cover output |
There was a problem hiding this comment.
Pull request overview
Adds formal citation metadata and a Zenodo DOI badge so the project can be cited consistently in publications and the DOI is visible in both the repository and the documentation landing page.
Changes:
- Added Zenodo DOI badge to
README.mdanddocs/index.md. - Introduced a new
CITATION.cff(CFF 1.2.0) with DOI, version, license, URLs, keywords, and author metadata.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| docs/index.md | Adds Zenodo DOI badge to the docs overview page alongside existing badges. |
| README.md | Adds Zenodo DOI badge to the repository README badge block. |
| CITATION.cff | Adds CFF citation metadata for the software (DOI/version/license/authors/etc.). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| version: 0.1.6 | ||
| doi: 10.5281/zenodo.18937647 | ||
| date-released: "2025-01-01" |
There was a problem hiding this comment.
version and date-released are now additional release metadata that will need to be kept in sync on every version bump. The repo’s scripts/bump_version.py currently updates only pyproject.toml, pixi.toml, and src/voids/version.py, so these fields will drift and the citation metadata will become inaccurate. Consider either (a) extending the bump script to also update CITATION.cff (and similarly adjust date on release), or (b) removing these fields if you don’t plan to maintain them per-release.
| version: 0.1.6 | |
| doi: 10.5281/zenodo.18937647 | |
| date-released: "2025-01-01" | |
| doi: 10.5281/zenodo.18937647 |
Overview
Adds Zenodo DOI badge (record 18937647) to the repository and introduces a
CITATION.cfffile to support formal software citation.Changes
[](https://doi.org/10.5281/zenodo.18937647)badge alongside existing CI/PyPI badges.10.5281/zenodo.18937647), license, repository URL, keywords, and author metadata.Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
zenodo.org/home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js(dns block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.