Update issue templates
This commit is contained in:
parent
e7721eafc6
commit
80c0b20877
|
|
@ -0,0 +1,27 @@
|
|||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: "[BUG]"
|
||||
labels: enhancement
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
## Description
|
||||
A clear and concise description of what the bug is.
|
||||
## Steps to Reproduce
|
||||
1. ...
|
||||
2. ...
|
||||
3. ...
|
||||
## Expected Behavior
|
||||
What you expected to happen.
|
||||
## Actual Behavior
|
||||
What actually happened.
|
||||
## Environment
|
||||
- Python version:
|
||||
- AstrAI version (or commit hash):
|
||||
- Operating System:
|
||||
- GPU (if applicable):
|
||||
- CUDA/cuDNN version (if applicable):
|
||||
## Additional Context
|
||||
Add any other context, screenshots, or logs here.
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
name: Custom issue template
|
||||
about: Describe this issue template's purpose here.
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
|
||||
|
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
title: "[FEAT]"
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
## Description
|
||||
A clear and concise description of the feature you'd like to see.
|
||||
## Problem Statement
|
||||
What problem does this feature solve? Why is it needed?
|
||||
## Proposed Solution
|
||||
Describe the solution you'd like. Include any design ideas, API changes, or implementation details.
|
||||
## Alternatives Considered
|
||||
Describe any alternative solutions or features you've considered.
|
||||
## Additional Context
|
||||
Add any other context, screenshots, or references here.
|
||||
Loading…
Reference in New Issue