Skip to content
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

Diver - Generator CONTRIBUTORS.md #148

Closed
pylapp opened this issue Apr 2, 2024 · 0 comments
Closed

Diver - Generator CONTRIBUTORS.md #148

pylapp opened this issue Apr 2, 2024 · 0 comments
Labels
enhancement New feature or request feature-diver Enhancement related to the diver feature next-release Scheduled in next release of project

Comments

@pylapp
Copy link
Member

pylapp commented Apr 2, 2024

User story

As a developer or open source referent
I want a tool which will get anyone who contirbuted to the project
SO that I will get ifnaly a CONTRIBUTORS.md file

More details

Some commands like the ones below may help:

git log --all --format="%aN" | sort | uniq
git log --all | grep -i 'Signed-off-by\|Co-authored-by' | sort | uniq
git log --reverse --all --format="%aN <%aE>" | awk '!seen[$0]++'
@pylapp pylapp changed the title Divers - Generator CONTRIBUTORS.md Diver - Generator CONTRIBUTORS.md Apr 2, 2024
@pylapp pylapp added enhancement New feature or request feature-diver Enhancement related to the diver feature next-release Scheduled in next release of project labels Apr 2, 2024
pylapp added a commit that referenced this issue Apr 3, 2024
Signed-off-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com>
pylapp added a commit that referenced this issue Apr 3, 2024
Signed-off-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com>
pylapp added a commit that referenced this issue Apr 3, 2024
Signed-off-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com>
pylapp added a commit that referenced this issue Apr 3, 2024
* feat(#148): generate CONTRIBUTORS file using Git history

Signed-off-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com>

* refactor(#148): metrics

Signed-off-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com>

* refactor(#148): review

Signed-off-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com>

---------

Signed-off-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com>
@pylapp pylapp closed this as completed Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature-diver Enhancement related to the diver feature next-release Scheduled in next release of project
Projects
None yet
Development

No branches or pull requests

1 participant