Skip to content

Commit a055aa9

Browse files
mr-cKaushik Ghose
andcommitted
expand latin; link to license advice
Co-authored-by: Kaushik Ghose <[email protected]>
1 parent aa5c3ca commit a055aa9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_extras/recommended-practices.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ all are required.
1212
&#9744; No `type: string` parameters for names of input or reference
1313
files/directories; use `type: File` or `type: Directory` as appropriate.
1414

15-
&#9744; Include a license that allows for re-use by anyone, e.g.
15+
&#9744; Include a license that allows for re-use by anyone, for example
1616
[Apache 2.0][apache-license]. If possible, the license should be specified with
1717
its corresponding [SPDX identifier][spdx]. Construct the metadata field for the
1818
licence by providing a URL of the form `https://spdx.org/licenses/[SPDX-ID]`
19-
where `SPDX-ID` is the taken from the list of identifiers linked above. See the
20-
example snippet below for guidance. For non-standard licenses without an SPDX
19+
where `SPDX-ID` is the taken from the list of identifiers linked above. Consult
20+
https://choosealicense.com/ if needed. For non-standard licenses without an SPDX
2121
identifier, provide a URL to the license.
2222

2323
_Example of metadata field for license with SPDX identifier:_

0 commit comments

Comments
 (0)