From cbeea9fb5edd01a7501a3fc76acce33c0f0ad9d1 Mon Sep 17 00:00:00 2001 From: Luke The Dev <252071647+iamlukethedev@users.noreply.github.com> Date: Mon, 16 Mar 2026 15:27:18 -0500 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 32 ++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 36 +++++++++++++++++++++++ 2 files changed, 68 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md 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..edd64bf --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,32 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[BUG]" +labels: bug +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Environment (please complete the following information):** + - Browser [e.g. chrome, safari] + - Claw3D version / commit: + - Build method (source / binary): + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..2c1752d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,36 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: "[FEATURE]" +labels: enhancement +assignees: '' + +--- + +**Problem description** +Is your feature request related to a problem? Please describe. + +A clear and concise description of what the problem is. +Example: "I'm always frustrated when..." + +**Proposed solution** +Describe the solution you'd like. + +A clear and concise description of what you want to happen. + +**Alternatives considered** +Describe alternatives you've considered. + +A clear and concise description of any alternative solutions or features you've considered. + +**OpenClaw compatibility** +Claw3D depends on **OpenClaw**. Any proposed feature must remain compatible with OpenClaw and should not break the integration between the two projects. + +If this feature affects OpenClaw, please describe: + +- How it interacts with OpenClaw +- Whether changes to OpenClaw would be required +- Any compatibility considerations + +**Additional context** +Add any other context, screenshots, references, or examples about the feature request here.