NAME
CONTRIBUTING - contributor workflow for Developer Dashboard
DESCRIPTION
This file ships the release-visible contribution guide for Developer Dashboard so the tarball keeps contributor expectations available even when repository Markdown files are excluded from the distribution.
WORKFLOW
Make the change with tests in
t/.Run
prove -lr t.Run Devel::Cover and keep
lib/at 100 percent statement and subroutine coverage.Update documentation in
doc/,README.md, and theDeveloper::DashboardPOD when behavior changes.Update
FIXED_BUGS.mdandChanges.Rebuild the tarball and keep only the latest
Developer-Dashboard-X.XX.tar.gz.Run
integration/blank-env/run-host-integration.sh.
RELEASE HYGIENE
Do not modify the read-only older reference tree. Use JSON::XS, LWP::UserAgent, and Capture::Tiny in active code where those rules apply. Keep comments and POD in sync with behavior.
SECURITY
For private vulnerability reports, use the contact in the shipped security policy document and the repository security documentation.