diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..a4d4c9b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,23 @@ +## Bug Report + +## Summary +Briefly describe the issue. + +## Steps to Reproduce +1. Go to '...' +2. Click on '...' +3. See error + +## Expected Behavior +What you expected to happen. + +## Actual Behavior +What actually happened. + +## Environment +- OS: +- Browser/App Version: +- Other details: + +## Additional Context +Add any screenshots, logs, or notes here. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..b58c789 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,6 @@ +blank_issues_enabled: false + +contact_links: [] + +# This file ensures a dropdown menu appears when users click "New Issue". +# Templates listed here are automatically detected from the markdown files. diff --git a/.github/ISSUE_TEMPLATE/custom_issue.md b/.github/ISSUE_TEMPLATE/custom_issue.md new file mode 100644 index 0000000..fbc5bc7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/custom_issue.md @@ -0,0 +1,16 @@ +## Custom Issue + +## Summary +Brief description of your issue, request, or question. + +## Details +Explain what you're reporting, suggesting, or asking in more detail. + +## Suggested Solution (if applicable) +Optional: If you have a proposed solution or workaround, describe it here. + +## Related Links / References +Include any URLs, issue numbers, code snippets, etc. + +## Additional Context +Any extra context or files that might help us understand better. diff --git a/.github/ISSUE_TEMPLATE/documentation_issue.md b/.github/ISSUE_TEMPLATE/documentation_issue.md new file mode 100644 index 0000000..4c3f36e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/documentation_issue.md @@ -0,0 +1,13 @@ +## Documentation Update + +## Page or Section +Which documentation page or section is affected? + +## Issue +What’s wrong or missing? + +## Suggested Improvement +How should it be improved? + +## Additional Context +Add screenshots, examples, or references here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..f9df88f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,16 @@ +## Feature Request + +## Summary +What feature would you like to see added? + +## Motivation +Why is this feature important or useful? + +## Proposed Solution +How should it work? + +## Alternatives Considered +List any alternative solutions or features you've considered. + +## Additional Context +Add any mockups, examples, or links here.