aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNΞVΛR <danielo-24@hotmail.com>2026-03-01 20:10:49 +0100
committerNΞVΛR <danielo-24@hotmail.com>2026-03-01 20:10:49 +0100
commitc23dc98b67e0b280069e56d3344b595771023dc2 (patch)
treecbafe0bfa4aed0113a9674f93d23c2d3ee3d3b39 /.github
parentcde94faefa38b7056bb341604b64bfd8d6155509 (diff)
added bug report template
Diffstat (limited to '.github')
-rw-r--r--.github/bug_report.yaml72
1 files changed, 72 insertions, 0 deletions
diff --git a/.github/bug_report.yaml b/.github/bug_report.yaml
new file mode 100644
index 00000000..7f3c2033
--- /dev/null
+++ b/.github/bug_report.yaml
@@ -0,0 +1,72 @@
+name: "🐛 Bug Report"
+description: "Report a bug to help us improve MinecraftConsoles"
+title: "[Bug]: "
+labels: ["bug"]
+body:
+ - type: markdown
+ attributes:
+ value: |
+ **Thanks for taking the time to report a bug!**
+ Please ensure you are using the latest version of the repository and have followed the build instructions in the README.
+ - type: textarea
+ id: description
+ attributes:
+ label: Description
+ description: "A clear and concise description of what the bug is."
+ placeholder: "Describe what happened..."
+ validations:
+ required: true
+ - type: textarea
+ id: reproduction
+ attributes:
+ label: Steps to Reproduce
+ description: "How can we reproduce this bug?"
+ placeholder: |
+ 1. Open MinecraftConsoles.sln
+ 2. Set configuration to ...
+ 3. Run the project
+ 4. Do ...
+ validations:
+ required: true
+ - type: textarea
+ id: expected-actual
+ attributes:
+ label: Expected vs. Actual Behavior
+ description: "What did you expect to happen, and what actually happened?"
+ validations:
+ required: true
+ - type: dropdown
+ id: build-config
+ attributes:
+ label: Build Configuration
+ description: "Which configuration were you using?"
+ options:
+ - Debug
+ - Release
+ validations:
+ required: true
+ - type: dropdown
+ id: target-platform
+ attributes:
+ label: Target Platform
+ description: "Which platform were you targeting?"
+ options:
+ - Windows64
+ - Other (please specify in context)
+ validations:
+ required: true
+ - type: textarea
+ id: environment
+ attributes:
+ label: Environment Details
+ description: "e.g., Visual Studio version, Windows version, Hardware specs."
+ placeholder: "Visual Studio 2022 v17.x, Windows 11..."
+ validations:
+ required: false
+ - type: textarea
+ id: context
+ attributes:
+ label: Additional Context
+ description: "Add any other context, screenshots, or logs here."
+ validations:
+ required: false