Files
awesome-docker/.github/PULL_REQUEST_TEMPLATE.md

29 lines
721 B
Markdown

# Summary
Describe what changed and why.
## Scope
- [ ] README entries/content
- [ ] Go CLI/tooling
- [ ] GitHub workflows or `.github` docs
## If This PR Adds/Edits README Entries
- Category/section touched:
- New or updated project links:
## Validation
- [ ] `make lint`
- [ ] `make test` (if Go code changed)
- [ ] `./awesome-docker check` (if `GITHUB_TOKEN` available)
## Contributor Checklist
- [ ] Entries are alphabetically ordered in their section
- [ ] Links point to project repositories (no duplicates or redirects)
- [ ] Descriptions are concise and specific
- [ ] Archived/deprecated projects were removed instead of tagged
- [ ] Used `:construction:` and `:heavy_dollar_sign:` only when applicable