diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 05e33a4..1f7d6bc 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,38 +1,5 @@ -## Summary +- [ ] Closes #(issue number) if applicable. +- [ ] Passes all code checks +- [ ] Added new tests Describe the purpose of this pull request. What does it do, and why is it needed? - -Closes #(issue number) if applicable. - ---- - -## Changes Made - -- [ ] Added new stack: `` -- [ ] Updated existing functionality -- [ ] Improved documentation -- [ ] Refactored internal code -- [ ] Fixed a bug - -Briefly summarize the major changes: - -- -- -- - ---- - -## Testing - -How was this change tested? - -- [ ] `go test ./...` passes locally -- [ ] Manual testing done with `taco` CLI -- [ ] CI checks pass - -Provide details: - -```bash -# Example test commands -go test ./... -taco init test-app