Skip to content

Commit 892c491

Browse files
authored
Docs: change "Package naming guidelines" to "Package naming rules" (JuliaLang#53566)
I think that "guidelines" implies that these are just optional suggestions. But in practice, I think we usually insist that these are followed. So I think it might be worth changing "guidelines" to "rules", to clarify that we enforce these.
1 parent 6745160 commit 892c491

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/tutorials/creating-packages.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -563,10 +563,10 @@ duplicated into `[extras]`. This is an unfortunate duplication, but without
563563
doing this the project verifier under older Julia versions will throw an error
564564
if it finds packages under `[compat]` that is not listed in `[extras]`.
565565

566-
## Package naming guidelines
566+
## Package naming rules
567567

568568
Package names should be sensible to most Julia users, *even to those who are not domain experts*.
569-
The following guidelines apply to the `General` registry but may be useful for other package
569+
The following rules apply to the `General` registry but may be useful for other package
570570
registries as well.
571571

572572
Since the `General` registry belongs to the entire community, people may have opinions about

0 commit comments

Comments
 (0)