diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 9742d6a..42b701a 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -46,14 +46,16 @@ git push -u origin your-branch-name ## Guidelines -- Use HTML syntax instead of XHTML syntax. -- Use LF line returns instead of CRLF or CR whenever possible. +- Use `Array` for typing arrays instead of `T[]`. +- Use `error` for error catching and `event` for event handling, do not use `e`. - Use CSS variables instead of direct values. +- Use LF line returns instead of CRLF or CR whenever possible, or ensure you have the correct git configurations. +- Use HTML syntax instead of XHTML syntax. - Background color schemes should follow those of the existing `:root` elements. - Prefer aria-labels for accessibility over direct `