diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..cc6a399 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,28 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[BUG]" +labels: bug +assignees: '' +--- + +## Description +A clear and concise description of what the bug is. + +## Steps to Reproduce +1. Step one +2. Step two +3. Step three + +## Expected Behavior +Describe what you expected to happen. + +## Actual Behavior +What actually happened. + +## Screenshots / Logs +If applicable, add screenshots or logs to help explain your problem. + +## Checklist +- [ ] I have checked existing issues for duplicates +- [ ] I have included relevant logs/screenshots diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..aa81aba --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Maintainers + url: https://github.com/Shikhar-Shetty + about: Contact the maintainers for guidance. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..d8777fe --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,23 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: "[FEATURE]" +labels: enhancement +assignees: '' +--- + +## Feature Description +Describe the feature you would like. + +## Use Case / Problem +Why is this feature needed? What problem does it solve? + +## Proposed Solution +Explain your proposed solution. + +## Additional Notes / References +Any other context, examples, or references. + +## Checklist +- [ ] I have searched existing issues for similar requests +- [ ] I have provided as much detail as possible