Skip to content

Commit

Permalink
Separate into two groups
Browse files Browse the repository at this point in the history
  • Loading branch information
aeisenberg committed Aug 26, 2024
1 parent c1c9ef2 commit d19102c
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
### Pull Request checklist

- [ ] Add a change note if necessary. See [the documentation](https://github.com/github/codeql/blob/main/docs/change-notes.md).
#### All query authors

- [ ] Add a change note if necessary. See [the documentation](https://github.com/github/codeql/blob/main/docs/change-notes.md) in this repository.
- [ ] 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.
- [ ] 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.
- [ ] 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.

#### Internal query authors only

- [ ] 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).
- [ ] Test your changes [at scale](https://github.com/github/codeql-dca/) (internal access required).

0 comments on commit d19102c

Please sign in to comment.