-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: reflow scopes in contribution docs
The "grid" layout makes doesn't wrap and makes it hard to add/remove things.
- Loading branch information
1 parent
597d735
commit 71d51f8
Showing
1 changed file
with
39 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
||
|