Skip to content
Prev Previous commit
Next Next commit
style
  • Loading branch information
tshepang committed Aug 12, 2022
commit ede639147568bca9b3ed828f456dba76824c5599
8 changes: 5 additions & 3 deletions src/diagnostics/diagnostic-items.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,11 @@ A new diagnostic item can be added with these two steps:
simply open the module file,
and add the name (In this case `Cat`) at the correct point in the list.

Now you can create a pull request with your changes. :tada: (Note that when
using diagnostic items in other projects like Clippy, it might take some time
until the repos get synchronized.)
Now you can create a pull request with your changes. :tada:

> NOTE:
> When using diagnostic items in other projects like Clippy,
> it might take some time until the repos get synchronized.

## Naming conventions
Diagnostic items don't have a set in stone naming convention yet. These are
Expand Down