From 6620d28ee43c75d75d1e64fc3397250690bc894b Mon Sep 17 00:00:00 2001 From: Ian Joiner <14581281+iajoiner@users.noreply.github.com> Date: Mon, 7 Oct 2024 16:31:49 -0400 Subject: [PATCH] docs: add check list --- .github/pull_request_template.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index fb3c2eb2..393ffa5d 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -25,7 +25,6 @@ Example: --> # Are these changes tested? - + +# Have you gone through the following checklist? +- [ ] The PR title and commit messages adhere to guidelines here: https://github.com/spaceandtimelabs/sxt-proof-of-sql/blob/main/CONTRIBUTING.md. In particular `!` is used if and only if a breaking change has been introduced. +- [ ] I have run the ci check script with `source scripts/run_ci_checks.sh`.