From b23387788402cbad3d080509a4ecb6358400de40 Mon Sep 17 00:00:00 2001 From: Eden Zimbelman Date: Wed, 4 Feb 2026 00:23:14 -0800 Subject: [PATCH] docs: move pull request instructions into a comment --- .github/pull_request_template.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 7945c926..f75c08d3 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -2,7 +2,7 @@ Describe the goal of this PR. Mention any related Issue numbers. -### Requirements (place an `x` in each `[ ]`) +### Requirements -* [ ] I've read and understood the [Contributing Guidelines](https://github.com/slackapi/slack-github-action/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-github-action/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).