Skip to content

Commit

Permalink
docs: add check list
Browse files Browse the repository at this point in the history
  • Loading branch information
iajoiner committed Oct 7, 2024
1 parent 3b32218 commit 6620d28
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ Example:
-->

# Are these changes tested?

<!--
We typically require tests for all PRs in order to:
1. Prevent the code from being accidentally broken by subsequent changes
Expand All @@ -36,3 +35,7 @@ If tests are not included in your PR, please explain why (for example, are they
Example:
Yes.
-->

# 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`.

0 comments on commit 6620d28

Please sign in to comment.