From bb7fadeefe0943ce928531b8ab4ab49d481b0192 Mon Sep 17 00:00:00 2001 From: Eden Zimbelman Date: Wed, 11 Feb 2026 16:17:13 -0800 Subject: [PATCH] docs: move pull request requirements instructions into a comment (#551) --- .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 7945c92..f75c08d 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).