From da044b72bc51e5b2c19ffc4e78a1080046f2a3aa Mon Sep 17 00:00:00 2001 From: walon Date: Sat, 31 May 2025 08:29:47 +0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 37 ++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..5391878 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,37 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug | 描述问题** +A clear and concise description of what the bug is. + +** Enviroment | 环境 ** + +- Unity Version: 202x.y.z +- com.code-philosophy.obfuz Version: 4.x.y +- Platform: Win 64 Standalone|Android|iOS| ... + +**To Reproduce | 复制步骤 ** + +Please provide a reproduction project. Please try to reproduce this bug on the https://github.com/focus-creative-games/obfuz/tree/main/Samples/QuickStart. | 提供复现工程,请尽量在 https://github.com/focus-creative-games/obfuz/tree/main/Samples/QuickStart 项目上复现这个bug。 + + +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. + +**Additional context | 补充信息** +Add any other context about the problem here.