mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
DOCS Update SilverStripe Contributing Code GitHub labels
[ci skip]
This commit is contained in:
parent
17f4cc6e30
commit
11621b66dc
@ -112,16 +112,18 @@ The current GitHub labels are grouped into five sections:
|
|||||||
| change/major | A change for the next major release (eg: 4.0) |
|
| change/major | A change for the next major release (eg: 4.0) |
|
||||||
| change/minor | A change for the next minor release (eg: 3.x) |
|
| change/minor | A change for the next minor release (eg: 3.x) |
|
||||||
| change/patch | A change for the next patch release (eg: 3.1.x) |
|
| change/patch | A change for the next patch release (eg: 3.1.x) |
|
||||||
| impact/critical | Broken functionality without workarounds, affecting major usage flows. Should target all [supported minor releases](release_process#supported-versions) |
|
| impact/critical | Broken functionality/experience without any workarounds, or an enhancement that is required to enable a critical task. Typically affecting major usage flows or core interactions. If the issue is `type/bug`, the fix for it will target all [supported minor release](release_process#supported-versions) lines |
|
||||||
| impact/high | Broken functionality with workarounds available, affecting major usage flows |
|
| impact/high | Broken functionality/experience with no obvious workarounds available, or an enhancement that provides a clear benefit to users. Typically affecting major usage flows or core interactions |
|
||||||
| impact/medium | Unexpected behaviour, or broken functionality on less common usage flows |
|
| impact/medium | Unexpected behaviour, or broken functionality on less common usage flows |
|
||||||
| impact/low | A nuisance but doesn't break any functionality (typos, etc) |
|
| impact/low | A nuisance but doesn't break any functionality (typos, etc) |
|
||||||
| effort/easy | Someone with limited SilverStripe experience could resolve |
|
| effort/easy | Someone with limited SilverStripe experience could resolve |
|
||||||
| effort/medium | Someone with a good understanding of SilverStripe could resolve |
|
| effort/medium | Someone with a good understanding of SilverStripe could resolve |
|
||||||
| effort/hard | Only an expert with SilverStripe could resolve |
|
| effort/hard | Only an expert with SilverStripe could resolve |
|
||||||
| type/docs | A docs change |
|
| type/docs | A docs change |
|
||||||
|
| type/bug | Does not function as intended, or is inadequate for the purpose it was created for |
|
||||||
| type/frontend | A change to front-end (CSS, HTML, etc) |
|
| type/frontend | A change to front-end (CSS, HTML, etc) |
|
||||||
| type/ux | User experience impact |
|
| type/enhancement | New feature or improvement for either users or developers |
|
||||||
|
| type/ux | Impact on the CMS user or user interface |
|
||||||
| feedback-required/core-team | Core team members need to give an in-depth consideration |
|
| feedback-required/core-team | Core team members need to give an in-depth consideration |
|
||||||
| feedback-required/author | This issue is awaiting feedback from the original author of the PR |
|
| feedback-required/author | This issue is awaiting feedback from the original author of the PR |
|
||||||
| rfc/draft | [RFC](request_for_comment) under discussion |
|
| rfc/draft | [RFC](request_for_comment) under discussion |
|
||||||
|
Loading…
Reference in New Issue
Block a user