From 9358a9e586abc66868d0d6f4f0681a7826899bc1 Mon Sep 17 00:00:00 2001 From: Kanwardeep Date: Thu, 18 Sep 2025 17:39:53 +0100 Subject: [PATCH] chore: create pull request template so that no one forgets about pr name guidelines --- .github/pull_request_template.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..b9059a79 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,2 @@ +## Commit Message Guidelines +⚠️ **Important**: CLI commit messages **MUST** start with `feat` or `fix` to cause a release. These commit messages are publicly listed on the Speakeasy changelog page.