contributing-file? ( path -- ? )


Vocabulary
codebase-analyzer

Inputs
pathan object


Outputs
?an object


Definition


: contributing-file? ( path -- ? )
>lower {
[ file-stem "contributors" = ]
[ file-stem "maintainers" = ]
[ file-stem "code-of-conduct" = ]
[ file-stem "code_of_conduct" = ]
} 1|| ;