Skip to content

Commit d19102c

Browse files
committed
Separate into two groups
1 parent c1c9ef2 commit d19102c

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.github/pull_request_template.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
### Pull Request checklist
22

3-
- [ ] Add a change note if necessary. See [the documentation](https://github.com/github/codeql/blob/main/docs/change-notes.md).
3+
#### All query authors
4+
5+
- [ ] Add a change note if necessary. See [the documentation](https://github.com/github/codeql/blob/main/docs/change-notes.md) in this repository.
6+
- [ ] All new queries have appropriate `.qhelp`. See [the documentation](https://github.com/github/codeql/blob/mainπ /docs/query-help-style-guide.md) in this repository.
7+
- [ ] QL tests are added if necessary. See [Testing custom queries](https://docs.github.com/en/code-security/codeql-cli/using-the-advanced-functionality-of-the-codeql-cli/testing-custom-queries) in the GitHub documentation.
8+
- [ ] New and changed queries have correct query metadata. See [the documentation](https://github.com/github/codeql/blob/main/docs/query-metadata-style-guide.md) in this repository.
9+
10+
#### Internal query authors only
11+
412
- [ ] 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).
13+
- [ ] Test your changes [at scale](https://github.com/github/codeql-dca/) (internal access required).

0 commit comments

Comments
 (0)