From d7f42aa72332a4234033dfbe23e372700252ca5f Mon Sep 17 00:00:00 2001 From: SpectralVectors Date: Mon, 16 Sep 2024 08:18:31 -0400 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug-report.md | 35 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature-request.md | 23 +++++++++++++++ 2 files changed, 58 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 00000000..743f0ecd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,35 @@ +--- +name: Bug Report +about: Help us fix the bugs! +title: "[BUG]" +labels: '' +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._ + +**System Information:** + - OS: [e.g. Win10, Win11, MacOS Mojave, Debian, Arch, Fedora etc] + - Blender Version: [e.g. 3.6, 4.2.1] + - Addon Version: [e.g. 1.0.38] + +**Error Message:** +_Copy and Paste the text of the error message here, it helps us to fix the bug faster._ + +**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 00000000..08873902 --- /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: '' +assignees: '' + +--- + +**How many jobs have you run with BlenderCAM?** +_1-5, 5-10, 10+_ + +**Is your feature request related to a problem? Please describe.** +_A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]_ + +**Describe the solution you'd like** +_A clear and concise description of what you want to happen._ + +**Describe alternatives you've considered** +_A clear and concise description of any alternative solutions or features you've considered._ + +**Additional context** +_Add any other context or screenshots about the feature request here._