1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-12 17:26:19 +00:00
Files
geek-cookbook/.github/pull_request_template.md

2.3 KiB

Description

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist

Recipe-specific checks

  • I've added at least one footnote to my recipe (Chef's Notes)
  • I've updated common_links.md in the _snippets directory and sorted alphabetically
  • I've updated the navigation in mkdocs.yaml in alphabetical order
  • I've updated CHANGELOG.md in reverse chronological order order
  • I'm using the oldest-possible version of Docker-compose syntax for the feature my recipe needs (v3.2 unless there's a specific need for a later version)
  • If traefik integration is required, I've included both v1 and v2 labels (see template)
  • If a recipe-specific overlay network is required, I've used a unique subnet and recorded it in networks.md
  • I've considered updating .github/CODEOWNERS so that I'll be automatically included as a reviewer on future changes to this recipe