Qué resuelve
Two checks to run before contributing: does the project accept AI-assisted work, and is the issue actually free?
Proyectos · Shell
Sincronizado desde GitHubTwo checks to run before contributing: does the project accept AI-assisted work, and is the issue actually free?
1 lenguajes · MIT · actualizado 20/08/2026
Por qué existe
before-you-contribute
Two shell scripts that answer the two questions worth asking before you write a line of code for someone else's project: Does this project accept AI-assisted contributions, and on what terms? Is anyone already working on this issue?
Both are one command, both read GitHub rather than guessing, and both exist because getting either one wrong wastes a maintainer's afternoon.
ai-policy — where the rules actually live
Projects publish their position on AI-assisted contributions in four different places, and the one people check is usually not the one that matters.
Pallets' prohibition is not in the Click repository. It is in pallets/.github, the organisation-wide defaults repo, and on the project website. Reading pallets/click/CONTRIBUTING and finding nothing tells you nothing.
So the script reads, in order: /.github — CONTRIBUTING.md, AIPOLICY.md,…
Decisiones
Two checks to run before contributing: does the project accept AI-assisted work, and is the issue actually free?
Lenguajes: Shell. Temas: ai-policy, code-contribution, contributing, developer-tools, github-cli, maintainers, open-source, oss.
Rama master; MIT; última publicación 20/08/2026. 0 estrellas y 0 forks al corte del catálogo.
Autoría
Before you contribute es un proyecto de Jhon Steven Alvarez Ruiz, economista y analista de datos en Neiva, Colombia. El repositorio forma parte del catálogo público de github.com/SirHegel.