mirror of
https://github.com/withastro/astro.git
synced 2024-12-30 22:03:56 -05:00
[ci] format
This commit is contained in:
parent
347642b1b3
commit
1ebd6d2490
1 changed files with 12 additions and 8 deletions
|
@ -201,6 +201,7 @@ The Astro project has five levels of priority to issues, where `p5` is the highe
|
|||
- `p5`: the bug impacts the majority of Astro projects, it doesn't have a workaround and makes Astro unusable/unstable.
|
||||
|
||||
Some examples:
|
||||
|
||||
- the dev server crashes;
|
||||
- the build breaks and doesn't complete;
|
||||
- huge regressions in terms of performance;
|
||||
|
@ -208,6 +209,7 @@ The Astro project has five levels of priority to issues, where `p5` is the highe
|
|||
Bugs violate the documentation/intended behaviour of the feature, although sometimes the documentation might not cover possible edge cases.
|
||||
|
||||
Usually we **don't** assign this priority to packages that **aren't** `astro`, but that can change.
|
||||
|
||||
- `p4`: the bug impacts _many_ Astro projects, it doesn't have a workaround but Astro is still stable/usable.
|
||||
- `p3`: any bug that doesn't fall in the `p4` or `p5` category. If the documentation doesn't cover
|
||||
the case reported by the user, it's useful to initiate a discussion via the `"needs discussion"` label. Seek opinions from OP and other maintainers.
|
||||
|
@ -218,10 +220,12 @@ The Astro project has five levels of priority to issues, where `p5` is the highe
|
|||
> The priority of a bug isn't set on stone. It can change based on different factors.
|
||||
|
||||
Assigning labels isn't always easy and many times the distinction between the different levels of priority is blurry, hence try to follow these guidelines:
|
||||
|
||||
- When assigning a `p2`, **always** add a comment that explains the workaround. If a workaround isn't provided, ping the person that assigned the label and ask them to provide one.
|
||||
- Astro has **many** features, but there are some that have a larger impact than others: development server, build command, HMR (TBD, we don't have a page that explains expectations of HMR in Astro), **evident** regressions in performance.
|
||||
- In case the number of reactions of an issue grows, the number of users affected grows, or a discussion uncovers some insights that weren't clear before, it's OK to change the priority of the issue. The maintainer **should** provide an explanation when assigning a different label.
|
||||
As with any other contribution, triaging is voluntary and best-efforts. We welcome and appreciate all the help you're happy to give (including reading this!) and nothing more. If you are not confident about an issue, you are welcome to leave an issue untriaged for someone who would have more context, or to bring it to their attention.
|
||||
As with any other contribution, triaging is voluntary and best-efforts. We welcome and appreciate all the help you're happy to give (including reading this!) and nothing more. If you are not confident about an issue, you are welcome to leave an issue untriaged for someone who would have more context, or to bring it to their attention.
|
||||
|
||||
## Code Structure
|
||||
|
||||
Server-side rendering (SSR) can be complicated. The Astro package (`packages/astro`) is structured in a way to help think about the different systems.
|
||||
|
|
Loading…
Reference in a new issue