Skip to content

Commit 6507b70

Browse files
committed
docs(github): remove line with sideeffects
1 parent fd98122 commit 6507b70

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docs/CONTRIBUTING.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ Before you submit a new PR, make sure you run `npm run test`. PR must pass all t
1616

1717
Please follow the [pull request template](../.github/pull_request_template.md) when submitting a pull request!
1818

19-
20-
2119
> NOTE: Although the latest released version of Umbraco UI corresponds to the `main` branch, then development happens in the `dev` branch. If you submit a PR, branch off `dev` and target your PR to `dev`.
2220
2321
## Development Guide
@@ -82,7 +80,6 @@ Each property you create should be documented with a jsdoc snippet. You can see
8280
- Elements always use a shadow-root (shadowDOM - for encapsulation)
8381
- Styles should have as simple rules as possible
8482
- UI-events should be unique types that extend from our UUIEvent (see `uui-base` package) (for typing reasons)
85-
- Elements are exported side-effect free (no registration) in the \*.element.ts file, and with the registration in the index.ts file
8683
- When applicable, elements should follow [aria accessibility patterns](https://www.w3.org/TR/wai-aria-practices-1.1/#aria_ex)
8784

8885
### Before a new element can me merged

0 commit comments

Comments
 (0)