Skip to content

Commit

Permalink
chore: reflow scopes in contribution docs
Browse files Browse the repository at this point in the history
The "grid" layout makes doesn't wrap and makes it hard to add/remove
things.
  • Loading branch information
kevinbuhmann committed Dec 19, 2022
1 parent 597d735 commit 71d51f8
Showing 1 changed file with 39 additions and 7 deletions.
46 changes: 39 additions & 7 deletions docs/CONTRIBUTING_DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,45 @@ Signed-off-by: Your Name <[email protected]>

Set scope of the commit if possible:

```
a11y accordion alert badge build button card checkbox
datagrid date-picker dropdown form grid header icons i18n
input label list login modal password progress-bar radio
select sidenav signpost spinner stack-view stepper table tabs
textarea timeline toggle tooltip tree-view vertical-nav wizard
```
- a11y
- accordion
- alert
- badge
- build
- button
- card
- checkbox
- datagrid
- date-picker
- dropdown
- form
- grid
- header
- icons
- i18n
- input
- label
- list
- login
- modal
- password
- progress-bar
- radio
- select
- sidenav
- signpost
- spinner
- stack-view
- stepper
- table
- tabs
- textarea
- timeline
- toggle
- tooltip
- tree-view
- vertical-nav
- wizard

For example, a commit message could look like this:

Expand Down

0 comments on commit 71d51f8

Please sign in to comment.