FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [View Raw Code]   [Original HTTPS Page]

pythonbyexample/.github/pull_request_template.md at main · adewale/pythonbyexample · GitHub

Latest commit

 

History

History
37 lines (25 loc) · 1.21 KB

File metadata and controls

37 lines (25 loc) · 1.21 KB

Summary

Verification

  • make verify
  • scripts/format_examples.py --check
  • make verify-python-version VERSION=3.13
  • git diff --check
  • Added or updated regression tests and verified they fail when the fix is reverted
  • Manual verification: named route/flow, environment, and observed result in Summary

Visual evidence (required for UI changes)

Before — [specific observable behavior]:

After — [specific observable behavior]:

Reproduction: [command] (base: [sha]; head: [sha]; viewport/state: [details])

Example changes

If this changes examples:

  • Updated files under src/example_sources/*.md
  • Kept exactly one :::program block per example
  • Kept :::cell source/output deterministic and executable
  • Ran make verify-examples
  • Ran make check-generated

Back | FazBrowse Home | New Git URL