File tree Expand file tree Collapse file tree 3 files changed +47
-0
lines changed
Expand file tree Collapse file tree 3 files changed +47
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ name : Bug report
3+ about : Something isn't working
4+ ---
5+
6+ ** Component**
7+ Which component is affected?
8+
9+ ** Expected behavior**
10+ What should happen?
11+
12+ ** Actual behavior**
13+ What happens instead?
14+
15+ ** Reproduction**
16+ Minimal example to reproduce the issue.
17+
18+ ** Environment**
19+ - Package version:
20+ - Astro version:
21+ - Node version:
Original file line number Diff line number Diff line change 1+ ---
2+ name : Feature request
3+ about : Suggest an improvement
4+ ---
5+
6+ ** Problem**
7+ What problem does this solve?
8+
9+ ** Proposed solution**
10+ What would you like to see added or changed?
11+
12+ ** Alternatives considered**
13+ Any other approaches you've thought about?
Original file line number Diff line number Diff line change 1+ ## What does this PR do?
2+
3+ ## Type of change
4+ - [ ] Bug fix
5+ - [ ] New feature
6+ - [ ] Breaking change
7+ - [ ] Documentation update
8+
9+ ## Checklist
10+ - [ ] ` pnpm check ` passes
11+ - [ ] ` pnpm test:unit ` passes
12+ - [ ] ` pnpm test:e2e ` passes
13+ - [ ] ` README ` updated if needed
You can’t perform that action at this time.
0 commit comments