First Release v1.0.0
This commit is contained in:
@@ -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.
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user