Skip to content
#

checklists

Here are 31 public repositories matching this topic...

schroedey
schroedey commented May 11, 2018

My quick and dirty way has been with commands like:

ls -lR |grep -i -e ISSUE_TEMPLATE.md -e PULL_REQUEST_TEMPLATE.md -e CONTRIBUTING.md

That can of course be improved by putting the list of things to search for in a source file for grep (or find), or better, by creating a shell script that does this.

Even better would be to modify the shell script that creates the audit "shell" by i

Improve this page

Add a description, image, and links to the checklists topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the checklists topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.