From 742be68d817490f411eb648341fa1e7a6c468dac Mon Sep 17 00:00:00 2001 From: Zeke Mostov Date: Thu, 16 Nov 2023 22:00:37 -0500 Subject: [PATCH] Arnaud's feedback --- .github/pull_request_template.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 5ae05a426..136e1a796 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -4,4 +4,6 @@ ## Did you update the changeset? -You should add file to describe the change from this pr that looks like `.changeset/.md` ([example](https://github.com/tkhq/sdk/blob/b409cd06790f011bf939adcf0755499b8e7497ae/.changeset/extra-http-exports.md?plain=1#L1)). Note that at the top it includes the package name along with the type of [semver change (major.minor.patch).](https://semver.org/). These changes will be used at release time to determine what packages to publish and how to bump their version. For more context see [this comment](https://github.com/tkhq/sdk/pull/67#issuecomment-1568838440). +To add a changeset for your pr run [`pnpm changeset`](). You should write a human friendly message about the changes that will be helpful for sdk consumers. Note how this ([example](https://github.com/tkhq/sdk/blob/b409cd06790f011bf939adcf0755499b8e7497ae/.changeset/extra-http-exports.md?plain=1#L1)) includes the package name along with the type of [semver change (major.minor.patch)](https://semver.org/). + +These changes will be used at release time to determine what packages to publish and how to bump their version. For more context see [this comment](https://github.com/tkhq/sdk/pull/67#issuecomment-1568838440).