Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Severity #16921

Merged
merged 25 commits into from
Jul 9, 2024
Merged

Severity #16921

Changes from 24 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
274a67c
chore(strategic-adopters): added more of them
sstrubberg Jun 21, 2023
c7b2bdf
Merge branch 'main' of github.com:carbon-design-system/carbon
sstrubberg Aug 31, 2023
1a2ac73
Merge branch 'main' of github.com:carbon-design-system/carbon
sstrubberg Nov 13, 2023
2b11b19
Merge branch 'main' of github.com:carbon-design-system/carbon
sstrubberg Nov 14, 2023
10821be
Merge branch 'main' of github.com:carbon-design-system/carbon
sstrubberg Jan 31, 2024
f2bf3f6
Merge branch 'main' of github.com:carbon-design-system/carbon
sstrubberg Feb 12, 2024
b11de96
Merge branch 'main' of github.com:carbon-design-system/carbon
sstrubberg Jul 2, 2024
c2f728b
feat(support): new severity descriptions
sstrubberg Jul 8, 2024
c591756
Merge branch 'main' of github.com:carbon-design-system/carbon
sstrubberg Jul 8, 2024
a495b95
Merge branch 'main' into severity
sstrubberg Jul 8, 2024
de0ac0f
feat(support): docs changes
sstrubberg Jul 8, 2024
6e40309
Merge branch 'main' of github.com:carbon-design-system/carbon
sstrubberg Jul 8, 2024
181993e
Merge branch 'main' into severity
sstrubberg Jul 8, 2024
688b147
Update docs/guides/support.md
sstrubberg Jul 8, 2024
bf27cf6
Update docs/guides/support.md
sstrubberg Jul 8, 2024
db3b64d
Update docs/guides/support.md
sstrubberg Jul 8, 2024
fbff704
Update docs/guides/support.md
sstrubberg Jul 8, 2024
7db9bbe
feat(support): column 1 fixes
sstrubberg Jul 8, 2024
0a38a1b
Update docs/guides/support.md
sstrubberg Jul 9, 2024
31a7d8c
Update docs/guides/support.md
sstrubberg Jul 9, 2024
fcdc01c
Merge branch 'main' of github.com:carbon-design-system/carbon
sstrubberg Jul 9, 2024
e997429
Merge branch 'main' into severity
sstrubberg Jul 9, 2024
108e282
feat(support): yarn format diff
sstrubberg Jul 9, 2024
83706a8
feat(support): added more sev3 context
sstrubberg Jul 9, 2024
37a578b
feat(support): added more sev4 context
sstrubberg Jul 9, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 6 additions & 10 deletions docs/guides/support.md
Original file line number Diff line number Diff line change
Expand Up @@ -346,16 +346,12 @@ business impact that the feature will bring with future research done.

### Severity

There are 4 levels of severity for bugs in the Carbon core repositories:

- https://github.com/carbon-design-system/carbon/labels/severity%3A%201 - _"Must
be fixed ASAP"_
- https://github.com/carbon-design-system/carbon/labels/severity%3A%202 - _"User
cannot complete task, and/or no workaround"_
- https://github.com/carbon-design-system/carbon/labels/severity%3A%203 - _"User
can complete task, and/or has a workaround"_
- https://github.com/carbon-design-system/carbon/labels/severity%3A%204 -
_"Unrelated to a user task, has a workaround or does not need a workaround"_
| Level | Description | Kit | Docs | Code | Release |
| :-------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------: | ---------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| https://github.com/carbon-design-system/carbon/labels/severity%3A%201 | Affects major functionality. Blocks users from completing tasks, exposes intellectual property or damages the brand. No workaround. | The kit is has major functionality defects, designers can’t design and there is no workaround | The documentation damages the brand or exposes intellectual property. | The code has major functionality defects, breaking builds and can’t be worked around. | If the problem is in production, it must be fixed as soon as possible in a patch.   |
| https://github.com/carbon-design-system/carbon/labels/severity%3A%202 | Affects major functionality. Does not block users from completing tasks. Has a workaround. | The kit has a major functionality defect, but it doesn't block users from completing tasks. It has a workaround. | The documentation is wrong or missing major details. It conflicts with what we are saying in another part of the system. | The code has a major functionality defect, but it doesn't block users from completing tasks. It has a workaround | A release will be moved into Production with defects at this severity level included. These defects will have priority in future sprints to be resolved ASAP. |
| https://github.com/carbon-design-system/carbon/labels/severity%3A%203 | Affects minor functionality. Does not block users from completing tasks. Has a workaround. | The kit has a minor functionality defect. It doesn't block users from completing tasks. Has a workaround. | The documentation is mis-leading, somewhat true, missing minor details, or grammatically incorrect. It doesn't present conflicts with other parts of the design system. | The code has a minor functionality defect. It doesn’t block users from completing tasks. Has a workaround. | A release will be moved into Production with defects at this severity level included. These defects will have priority in future sprints after sev2’s. |
| https://github.com/carbon-design-system/carbon/labels/severity%3A%204 | Unrelated to a user task. Does not need a workaround. | Unrelated to a user task. Does not need a workaround. | Unrelated to a user task. Fixing typos. | Unrelated to a user task. Does not need a workaround. | A release will be moved into Production with defects at this severity level included. These will often not be addressed by the maintainer team as a priority in future releases. |

Workarounds can be described as either of the following:

Expand Down
Loading