Skip to content

Commit

Permalink
Add a pull request template
Browse files Browse the repository at this point in the history
  • Loading branch information
aeisenberg committed Aug 22, 2024
1 parent 2f3ebfb commit c1c9ef2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
### Pull Request checklist

- [ ] Add a change note if necessary. See [the documentation](https://github.com/github/codeql/blob/main/docs/change-notes.md).
- [ ] If this PR makes significant changes to `.ql`, `.qll`, or `.qhelp` files, make sure that autofixes generated based on these changes are valid. See [the documentation](https://github.com/github/codeql-team/blob/main/docs/best-practices/validating-autofix-for-query-changes.md) (internal access required).
- [ ] All new queries has appropriate `.qhelp`.
- [ ] QL tests are added if necessary.
- [ ] Test your changes in [DCA](https://github.com/github/codeql-dca/) (internal access required).

0 comments on commit c1c9ef2

Please sign in to comment.