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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Follow the steps below to help other users understand what your query does, and
19
19
20
20
3.**Make sure your query has the correct metadata**
21
21
22
-
Query metadata is used by Semmle's analysis to idenitfy your query and make sure the query results are displayed properly.
22
+
Query metadata is used by Semmle's analysis to identify your query and make sure the query results are displayed properly.
23
23
The most important metadata to include are the `@name`, `@description`, and the `@kind`.
24
24
Other metadata properties (`@precision`, `@severity`, and `@tags`) are usually added after the query has been reviewed by Semmle staff.
25
25
For more information on writing query metadata, see the [Query metadata style guide](https://github.com/Semmle/ql/blob/master/docs/query-metadata-style-guide.md).
@@ -29,7 +29,7 @@ Follow the steps below to help other users understand what your query does, and
29
29
The `select` statement of your query must be compatible with the query type (determined by the `@kind` metadata property) for alert or path results to be displayed correctly in LGTM and QL for Eclipse.
30
30
For more information on `select` statement format, see [Introduction to query files](https://help.semmle.com/QL/learn-ql/writing-queries/introduction-to-queries.html#select-clause) on help.semmle.com.
31
31
32
-
5.**Save your query in a `.ql` file in correct language directory in the this repository**
32
+
5.**Save your query in a `.ql` file in correct language directory in this repository**
33
33
34
34
There are five language-specific directories in this repository:
0 commit comments