Skip to content

Commit c0ebf12

Browse files
committed
Update requirements for docs review
1 parent b745809 commit c0ebf12

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

CODEOWNERS

+9
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,18 @@
33
/java/ @github/codeql-java
44
/javascript/ @github/codeql-javascript
55
/python/ @github/codeql-python
6+
7+
# Assign query help for docs review
68
/cpp/**/*.qhelp @hubwriter
79
/csharp/**/*.qhelp @jf205
810
/java/**/*.qhelp @felicitymay
911
/javascript/**/*.qhelp @mchammer01
1012
/python/**/*.qhelp @felicitymay
1113
/docs/language/ @shati-patel @jf205
14+
15+
# Exclude help for experimental queries from docs review
16+
/cpp/**/experimental/**/*.qhelp @github/codeql-c-analysis
17+
/csharp/**/experimental/**/*.qhelp @github/codeql-csharp
18+
/java/**/experimental/**/*.qhelp @github/codeql-java
19+
/javascript/**/experimental/**/*.qhelp @github/codeql-javascript
20+
/python/**/experimental/**/*.qhelp @github/codeql-python

docs/supported-queries.md

+1
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,4 @@ The process must begin with the first step and must conclude with the final step
7777
- The structure of an `experimental` subdirectory mirrors the structure of its parent directory, so this step may just be a matter of removing the `experimental/` prefix of the query and test paths. Be sure to also edit any references to the query path in tests.
7878
- Add the query to one of the legacy suite files in `ql/<language>/config/suites/<language>/` if it exists. Note that there are separate suite directories for C and C++, `c` and `cpp` respectively, and the query should be added to one or both as appropriate.
7979
- Add a release note to `change-notes/<next-version>/analysis-<language>.md`.
80+
- Your pull request will be flagged automatically for a review by the documentation team to ensure that the query help file is ready for wider use.

0 commit comments

Comments
 (0)