From f2097f34c55a5493d8e46faa356f3946e3b7fe0a Mon Sep 17 00:00:00 2001 From: Thomas Vuillaume Date: Mon, 16 Mar 2026 14:31:04 +0100 Subject: [PATCH 1/3] add contributor check to improve recognition --- .github/workflows/check_contributors.yml | 22 ++++++++++++++++++++++ .mailmap | 4 ++++ CITATION.cff | 6 +++++- 3 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/check_contributors.yml create mode 100644 .mailmap diff --git a/.github/workflows/check_contributors.yml b/.github/workflows/check_contributors.yml new file mode 100644 index 0000000..055f373 --- /dev/null +++ b/.github/workflows/check_contributors.yml @@ -0,0 +1,22 @@ +name: Contributor Check + +on: + pull_request: + types: [opened, synchronize] + +permissions: + contents: read + pull-requests: write # allows posting comments on PRs + +jobs: + contrib-check: + runs-on: ubuntu-latest + + steps: + - name: Contributors metadata check + uses: vuillaut/contrib-checker@v1 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + mode: warn + ignore_emails: "" + ignore_logins: "" \ No newline at end of file diff --git a/.mailmap b/.mailmap new file mode 100644 index 0000000..49a15b7 --- /dev/null +++ b/.mailmap @@ -0,0 +1,4 @@ +# .mailmap + +# Thomas Vuillaume +# Thomas Vuillaume vuillaut diff --git a/CITATION.cff b/CITATION.cff index 4965d50..e6dfee7 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -3,11 +3,15 @@ message: "If you use this software, please cite it as below." type: software title: resqui authors: + - name: "The EVERSE project" - family-names: Gal given-names: Tamas orcid: https://orcid.org/0000-0001-7821-8673 affiliation: "Erlangen Centre for Astroparticle Physics, Friedrich-Alexander-Universität Erlangen-Nürnberg" - - name: "EVERSE" + - family-names: Vuillaume + given-names: Thomas + orcid: https://orcid.org/0000-0002-5686-2078 + affiliation: "LAPP, Université Savoie Mont-Blanc, CNRS" repository-code: https://github.com/EVERSE-ResearchSoftware/QualityPipelines url: https://github.com/EVERSE-ResearchSoftware/QualityPipelines abstract: A tool to check indicators related to research software quality. From a9ac86a1bb5144163553791a16fc588cac32ceda Mon Sep 17 00:00:00 2001 From: Thomas Vuillaume Date: Mon, 16 Mar 2026 14:34:11 +0100 Subject: [PATCH 2/3] test PR comment --- CITATION.cff | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index e6dfee7..c6ca207 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -8,10 +8,6 @@ authors: given-names: Tamas orcid: https://orcid.org/0000-0001-7821-8673 affiliation: "Erlangen Centre for Astroparticle Physics, Friedrich-Alexander-Universität Erlangen-Nürnberg" - - family-names: Vuillaume - given-names: Thomas - orcid: https://orcid.org/0000-0002-5686-2078 - affiliation: "LAPP, Université Savoie Mont-Blanc, CNRS" repository-code: https://github.com/EVERSE-ResearchSoftware/QualityPipelines url: https://github.com/EVERSE-ResearchSoftware/QualityPipelines abstract: A tool to check indicators related to research software quality. From 9aab0f76bb6f3da8acec0e85c29f775767ee19a8 Mon Sep 17 00:00:00 2001 From: Thomas Vuillaume Date: Mon, 16 Mar 2026 14:37:01 +0100 Subject: [PATCH 3/3] adding myself back to codemeta and citation --- CITATION.cff | 4 ++++ codemeta.json | 11 +++++++++++ 2 files changed, 15 insertions(+) diff --git a/CITATION.cff b/CITATION.cff index c6ca207..e6dfee7 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -8,6 +8,10 @@ authors: given-names: Tamas orcid: https://orcid.org/0000-0001-7821-8673 affiliation: "Erlangen Centre for Astroparticle Physics, Friedrich-Alexander-Universität Erlangen-Nürnberg" + - family-names: Vuillaume + given-names: Thomas + orcid: https://orcid.org/0000-0002-5686-2078 + affiliation: "LAPP, Université Savoie Mont-Blanc, CNRS" repository-code: https://github.com/EVERSE-ResearchSoftware/QualityPipelines url: https://github.com/EVERSE-ResearchSoftware/QualityPipelines abstract: A tool to check indicators related to research software quality. diff --git a/codemeta.json b/codemeta.json index 7788ad0..5b93431 100644 --- a/codemeta.json +++ b/codemeta.json @@ -48,6 +48,17 @@ "@type": "Organization", "name": "Erlangen Centre for Astroparticle Physics" } + }, + { + "@id": "http://orcid.org/0000-0002-5686-2078", + "@type": "Person", + "givenName": "Thomas", + "familyName": "Vuillaume", + "email": "thomas.vuillaume@lapp.in2p3.fr", + "affiliation": { + "@type": "Organization", + "name": "LAPP, Université Savoie Mont-Blanc, CNRS" + } } ], "maintainer": [