mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Update guide to specify a full stop at the end of each reference
This commit is contained in:
@@ -100,7 +100,7 @@ Note, if any code words are included in the `overview` and `recommendation` sect
|
||||
|
||||
## Including references
|
||||
|
||||
You should include one or more references, formatted as an unordered list (`- ...` or `* ...`) in Markdown or with `<li> ... </li>` for each item in XML, to provide further information about the problem that your query is designed to find. References can be of the following types:
|
||||
You should include one or more references, formatted as an unordered list (`- ...` or `* ...`) in Markdown or with `<li> ... </li>` for each item in XML, to provide further information about the problem that your query is designed to find. Each reference should end in a full stop. References can be of the following types:
|
||||
|
||||
### Books
|
||||
|
||||
@@ -124,7 +124,7 @@ If you are citing an academic paper, we recommend adopting the reference style o
|
||||
|
||||
If you are citing a website, please use the following format, without breadcrumb trails:
|
||||
|
||||
>\<Name of website>: \<Name of page or anchor>
|
||||
>\<Name of website>: \<Name of page or anchor>.
|
||||
|
||||
For example:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user