Skip to content

Commit c1c9ef2

Browse files
committed
Add a pull request template
1 parent 2f3ebfb commit c1c9ef2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/pull_request_template.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
### Pull Request checklist
2+
3+
- [ ] Add a change note if necessary. See [the documentation](https://github.com/github/codeql/blob/main/docs/change-notes.md).
4+
- [ ] 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).
5+
- [ ] All new queries has appropriate `.qhelp`.
6+
- [ ] QL tests are added if necessary.
7+
- [ ] Test your changes in [DCA](https://github.com/github/codeql-dca/) (internal access required).

0 commit comments

Comments
 (0)