purescript-lua/.github/pull_request_template.md at main · purescript-lua/purescript-lua · GitHub
Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 585 Bytes

File metadata and controls

14 lines (11 loc) · 585 Bytes

Summary

Checklist

  • Added a changelog.d/ fragment for any user-facing change (scriv create in the dev shell), or this change ships nothing releasable (CI, docs, or an internal refactor).
  • In the dev shell (nix develop), fourmolu -i lib/ exe/ test/ and hlint lib/ exe/ test/ are clean.
  • In the dev shell, cabal test all passes; structural goldens were re-accepted on purpose if codegen moved (PSLUA_GOLDEN_ACCEPT=1), and eval/golden.txt still holds.