You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ If you have an idea for a query that you would like to share with other CodeQL u
36
36
37
37
For details, see the [guide on query metadata](docs/query-metadata-style-guide.md).
38
38
39
-
Make sure the `select` statement is compatible with the query `@kind`. See [About CodeQL queries](https://help.semmle.com/QL/learn-ql/writing-queries/introduction-to-queries.html#select-clause) on help.semmle.com.
39
+
Make sure the `select` statement is compatible with the query `@kind`. See [About CodeQL queries](https://codeql.github.com/docs/writing-codeql-queries/about-codeql-queries/#select-clause) on codeql.github.com.
40
40
41
41
3.**Formatting**
42
42
@@ -70,3 +70,7 @@ After the experimental query is merged, we welcome pull requests to improve it.
70
70
If you contribute to this project, we will record your name and email address (as provided by you with your contributions) as part of the code repositories, which are public. We might also use this information to contact you in relation to your contributions, as well as in the normal course of software development. We also store records of CLA agreements signed in the past, but no longer require contributors to sign a CLA. Under GDPR legislation, we do this on the basis of our legitimate interest in creating the CodeQL product.
71
71
72
72
Please do get in touch (privacy@github.com) if you have any questions about this or our data protection policies.
73
+
74
+
## Bazel
75
+
Please notice that any bazel targets and definitions in this repository are currently experimental
0 commit comments