From 5afa9e8aa18b327050cef4093680a5b45305d349 Mon Sep 17 00:00:00 2001 From: Eden Zimbelman Date: Mon, 9 Feb 2026 13:56:04 -0800 Subject: [PATCH 1/2] chore: update pull request template to include changelog placeholders --- .github/pull_request_template.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 8d3beff1..60fe00c4 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,8 +1,12 @@ +### Changelog + +(Add a note with features or fixes that change the user experience for release notes) + ### Summary (Please describe the goal of this pull request and mention any related issue numbers) ### Requirements -* [ ] I've read and understood the [Contributing Guidelines](/blob/main/.github/contributing.md) and have done my best effort to follow them. -* [ ] I've read and agree to the [Code of Conduct](https://slackhq.github.io/code-of-conduct). \ No newline at end of file +- [ ] I've read and understood the [Contributing Guidelines](https://github.com/slackapi/slack-cli/blob/main/.github/CODE_OF_CONDUCT.md) and have done my best effort to follow them. +- [ ] I've read and agree to the [Code of Conduct](https://slackhq.github.io/code-of-conduct). From 13481a8e268ee03e019e2d4eec4c66421d63ca01 Mon Sep 17 00:00:00 2001 From: Eden Zimbelman Date: Mon, 9 Feb 2026 14:00:42 -0800 Subject: [PATCH 2/2] docs: link to the contributing guideslines in section matching --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 60fe00c4..754f981b 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -8,5 +8,5 @@ ### Requirements -- [ ] I've read and understood the [Contributing Guidelines](https://github.com/slackapi/slack-cli/blob/main/.github/CODE_OF_CONDUCT.md) and have done my best effort to follow them. +- [ ] I've read and understood the [Contributing Guidelines](https://github.com/slackapi/slack-cli/blob/main/.github/CONTRIBUTING.md) and have done my best effort to follow them. - [ ] I've read and agree to the [Code of Conduct](https://slackhq.github.io/code-of-conduct).