Initial release — Astro Rocket v1.0.0

This commit is contained in:
Claude
2026-04-06 07:31:47 +00:00
commit ddd0c22311
275 changed files with 38839 additions and 0 deletions
+40
View File
@@ -0,0 +1,40 @@
---
name: Bug report
about: Something is broken or not working as expected
title: "[Bug] "
labels: bug
assignees: ''
---
## Describe the bug
A clear description of what the bug is.
## Steps to reproduce
1. Go to '...'
2. Click on '...'
3. See error
## Expected behaviour
What you expected to happen.
## Actual behaviour
What actually happened.
## Environment
- OS: [e.g. macOS 14, Windows 11]
- Node version: [e.g. 22.12.0]
- pnpm version: [e.g. 9.x]
- Browser (if relevant): [e.g. Chrome 120, Safari 17]
## Screenshots or error output
If applicable, add screenshots or paste any error messages here.
## Additional context
Any other context that might be relevant.
+23
View File
@@ -0,0 +1,23 @@
---
name: Feature request
about: Suggest a new component, page, or improvement for Astro Rocket
title: "[Feature] "
labels: enhancement
assignees: ''
---
## What problem does this solve?
A clear description of the problem or gap this feature would address.
## Describe the solution you'd like
What would you like to see added or changed? Be as specific as you can.
## Alternatives you've considered
Any other approaches or workarounds you've thought about.
## Additional context
Screenshots, links, or examples that illustrate your idea.