From e25fd367d5fd69b0e408718baa2079a4945247f1 Mon Sep 17 00:00:00 2001 From: Dayuan Jiang <34411969+DayuanJiang@users.noreply.github.com> Date: Sun, 7 Dec 2025 11:00:25 +0900 Subject: [PATCH] chore: add GitHub issue templates for bug reports and feature requests (#140) --- .github/ISSUE_TEMPLATE/bug_report.md | 35 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 5 ++++ .github/ISSUE_TEMPLATE/feature_request.md | 25 ++++++++++++++++ 3 files changed, 65 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..7776448 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,35 @@ +--- +name: Bug Report +about: Report a bug to help us improve +title: '[Bug] ' +labels: bug +assignees: '' +--- + +> **Note**: This template is just a guide. Feel free to ignore the format entirely - any feedback is welcome! Don't let the template stop you from sharing your thoughts. + +## Bug Description +A brief description of the issue. + +## Steps to Reproduce +1. Go to '...' +2. Click on '...' +3. Scroll to '...' +4. See error + +## Expected Behavior +What you expected to happen. + +## Actual Behavior +What actually happened. + +## Screenshots +If applicable, add screenshots to help explain the problem. + +## Environment +- OS: [e.g. Windows 11, macOS 14] +- Browser: [e.g. Chrome 120, Safari 17] +- Version: [e.g. 1.0.0] + +## Additional Context +Any other information about the problem. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..a9ced58 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: true +contact_links: + - name: Discussions + url: https://github.com/DayuanJiang/next-ai-draw-io/discussions + about: Have questions or ideas? Feel free to start a discussion diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..ec2f315 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,25 @@ +--- +name: Feature Request +about: Suggest a new feature for this project +title: '[Feature] ' +labels: enhancement +assignees: '' +--- + +> **Note**: This template is just a guide. Feel free to ignore the format entirely - any feedback is welcome! Don't let the template stop you from sharing your ideas. + +## Feature Description +A brief description of the feature you'd like. + +## Problem Context +Is this related to a problem? Please describe. +e.g. I'm always frustrated when [...] + +## Proposed Solution +How you'd like this feature to work. + +## Alternatives Considered +Any alternative solutions or features you've considered. + +## Additional Context +Any other information or screenshots about the feature request.