https://github.com/yanick/dist-zilla-plugin-contributorsfile
https://github.com/yanick/dist-zilla-plugin-contributorsfile
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yanick/dist-zilla-plugin-contributorsfile
- Owner: yanick
- License: other
- Created: 2013-03-19T01:13:47.000Z (about 12 years ago)
- Default Branch: releases
- Last Pushed: 2014-10-25T16:13:35.000Z (over 10 years ago)
- Last Synced: 2025-02-16T02:19:20.676Z (3 months ago)
- Language: Perl
- Homepage:
- Size: 276 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
NAME
Dist::Zilla::Plugin::ContributorsFile - add a file listing all
contributorsVERSION
version 0.3.0SYNOPSIS
In dist.ini:" any plugin populating x_contributors in the META files
[Git::Contributors][ContributorsFile]
filename = CONTRIBUTORSDESCRIPTION
"Dist::Zilla::Plugin::ContributorsFile" populates a *CONTRIBUTORS* file
with all the contributors of the project as found under the
*x_contributors* key in the META files.The generated file will look like this:
# FOO-BAR CONTRIBUTORS #
This is the (likely incomplete) list of people who have helped
make this distribution what it is, either via code contributions,
patches, bug reports, help with troubleshooting, etc. A huge
'thank you' to all of them.* Albert Zoot
* Bertrand MaxwellNote that if no contributors beside the actual author(s) are found, the
file will not be created.CONFIGURATION OPTIONS
filename
The name of the contributor file that is created. Defaults to
*CONTRIBUTORS*.TRICKS
Refer to David Golden's blog entry at
to get introduced to the "Dist::Zilla"
contributor modules.Git's ".mailmap" file is useful to deal with contributors with several
email addresses:
.To give credit to bug reporters and other persons who don't commit code
directly, you can use empty git commits:git commit --allow-empty --author="David Golden " -m "..."
To populate the META file with the "x_contributors", you probably want
to use either Dist::Zilla::Plugin::Git::Contributors or
Dist::Zilla::Plugin::ContributorsFromGit.SEE ALSO
Dist::Zilla::Plugin::ContributorsFromGitDist::Zilla::Plugin::Git::Contributors
Pod::Weaver::Section::Contributors
AUTHOR
Yanick ChampouxCOPYRIGHT AND LICENSE
This software is copyright (c) 2013 by Yanick Champoux.This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.