diff --git a/README.md b/README.md index 5dad9bf..c6f1baf 100644 --- a/README.md +++ b/README.md @@ -214,6 +214,12 @@ Sure! Just a few simple guidelines/requests: 3. only one PR at a time, please (the easiest way to accomplish this is to use the same branch name every time) 4. base every new PR off the `master` branch from https://github.com/docker-library/official-images, *not* from your fork (especially important if we squash-merge your PRs) +### Is my project a good fit to be included in the Official Images library? + +See the the more detailed section on this over at https://github.com/docker-library/official-images#review-guidelines + +Essentially new image proposals are generally considered with regard to the [New Image Checklist](https://github.com/docker-library/official-images/blob/master/NEW-IMAGE-CHECKLIST.md). Notably things like "does it fit into one of the common categories? ("service", "language stack", "base distribution")", and "is it reasonably popular, or does it solve a particular use case well?" + ## Image Usage ### `--link` is deprecated!