You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 28, 2020. It is now read-only.
We have a list of files that we would like to see in every repository, it would be great to be able to add information to the database so that a file-statuses dashboard can be built.
This should:
Reach out to the repos and look at the expected file list
See if the files in the "expected files list" exist in the repo
Update the database with the status of the files from the list
Here's the default file list that we currently search for:
./Docker or docker/Docker
./docker-compose.yml or ./docker/docker-compose.yml
./.env_sample
./.gitignore
./.travis.yml
./.codeclimate.yml
./CHANGELOG.md
./CODE_OF_CONDUCT.md
./CONTRIBUTING.md
./.github/ISSUE_TEMPLATE
./LICENSE.md
./.github/PULL_REQUEST_TEMPLATE
./README.md
./TROUBLESHOOTING.md
./USAGE.md
./USE_CASES.md
The text was updated successfully, but these errors were encountered:
Issue Summary
We have a list of files that we would like to see in every repository, it would be great to be able to add information to the database so that a file-statuses dashboard can be built.
This should:
Here's the default file list that we currently search for:
The text was updated successfully, but these errors were encountered: