-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Ideas for improving our processes
Daniel McCloy edited this page Sep 10, 2025
·
3 revisions
- eliminate
names.inc
and just link to everyone's GH page - https://www.conventionalcommits.org/en/v1.0.0/
- https://commitizen-tools.github.io/commitizen/
- https://github.com/github-changelog-generator/github-changelog-generator
- https://github-activity.readthedocs.io/ (uses GH API to generate a date-limited dataframe of issues/PRs)
- https://github.com/github/issue-metrics (Gather metrics on issues/prs/discussions such as time to first response, count of issues opened, closed, etc)
- https://zenodo.org/records/15149379 (huge DB of software mentions in published papers)
- https://testmon.org/ (selects tests affected by changed files and methods)
- https://github.com/moser/pytest-run-changed (ditto)
- https://github.com/scikit-image/scikit-image/pull/7749 (similar idea, coarser approach)
- immutable releases (https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/preventing-changes-to-your-releases)
- https://jacobtomlinson.dev/effver/
- https://github.com/gauge-sh/tach/tree/main (unmaintained but maybe still useful?)