diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..7d51dd5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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. diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md new file mode 100644 index 0000000..48d5f81 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -0,0 +1,10 @@ +--- +name: Custom issue template +about: Describe this issue template's purpose here. +title: '' +labels: '' +assignees: '' + +--- + + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..3fafa28 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -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.