-
Notifications
You must be signed in to change notification settings - Fork 72
Feat: add citation.cff details #540
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
pre-commit.ci autofix |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds detailed documentation on how to cite software via CITATION.cff
files and integrate with Zenodo.
- Introduce “Citation.cff files” section with explanation and benefits
- Describe date tracking fields and update practices
- Show example YAML and explain Zenodo integration
Comments suppressed due to low confidence (1)
documentation/repository-files/license-files.md:133
- [nitpick] Use consistent casing for the citation file name—e.g., 'CITATION.cff'—to match the actual filename and other headings.
While many permissive licenses do not require citation we STRONG encourage that you cite all software that you use in papers, blogs and other publications. You tell your users how to cite your package by using a [citation.cff file](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files).
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
I've committed the changes! @tkoyama010 |
@all-contributors please add @schwalbe10 for code, review |
I've put up a pull request to add @schwalbe10! 🎉 |
fix #34