Update issue templates

This commit is contained in:
BLUELOVETH 2023-09-25 10:41:12 +08:00 committed by GitHub
parent 0f3915dd9f
commit 08ff2622af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

29
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -0,0 +1,29 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG]"
labels: bug
assignees: blueloveTH
---
Thanks for taking the time to fill out a bug report!
Please provide a descriptive title above and fill in the following fields.
### Bug description
A clear and concise description of what the bug is.
You can paste sources here that may cause the error.
### Steps to reproduce
- upload the full stacktrace from your own code line to the error line
- upload a minimum reproducible example
- additional information to help us reproduce the error
### Environment information
You need to provide these strings:
- pocketpy's version
- platform string (win32/linux/darwin/emscripten/android/ios)
- 32-bit or 64-bit
### Additional context
Add any other context about the error.