## ⚠️ Wrong template — please use the correct one for your PR type Every PR must use a typed template. Using this default template is a reason for rejection. Select the template that matches your PR: | PR Type | When to use | Template link | |---------|-------------|---------------| | **Fix** | Correcting a bug, crash, or behavior that doesn't match documentation | [Use fix template](?template=PULL_REQUEST_TEMPLATE/fix.md) | | **Enhancement** | Improving an existing feature — better output, expanded edge cases, performance | [Use enhancement template](?template=PULL_REQUEST_TEMPLATE/enhancement.md) | | **Feature** | Adding something new — new command, workflow, concept, or integration | [Use feature template](?template=PULL_REQUEST_TEMPLATE/feature.md) | --- ### Not sure which type applies? - If it **corrects broken behavior** → Fix - If it **improves existing behavior** without adding new commands or concepts → Enhancement - If it **adds something that doesn't exist today** → Feature - If you are not sure → open a [Discussion](https://github.com/gsd-build/get-shit-done/discussions) first --- ### Reminder: Issues must be approved before PRs For **enhancements**: the linked issue must have the `approved-enhancement` label before you open this PR. For **features**: the linked issue must have the `approved-feature` label before you open this PR. PRs that arrive without a labeled, approved issue are closed without review. > **No draft PRs.** Draft PRs are automatically closed. Only open a PR when your code is complete, tests pass, and the correct template is used. See [CONTRIBUTING.md](../CONTRIBUTING.md). See [CONTRIBUTING.md](../CONTRIBUTING.md) for the full process. ---