From: Erfan Abdi Date: Thu, 10 Feb 2022 06:23:17 +0000 (+0330) Subject: Update issue templates X-Git-Tag: 1.2.1~4 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/waydroid.git/commitdiff_plain/6e268a6b2831ddf5db8fa626d78fab5578d455db?ds=inline Update issue templates --- diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..ecb2d31 --- /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. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**General information (please complete the following information):** + - Waydroid tools Version [e.g. 1.1.0] + - Waydroid Images Version [e.g. VANILLA 20211021] + +**Desktop (please complete the following information):** + - OS: [e.g. Ubuntu 20.04 x64] + - GPU: [e.g. AMD Radeon™ RX 5700] + - Kernel version: [e.g. Generic 5.4.x] + - Host mesa version: [e.g. mesa 2.2] + +**Smartphone (please complete the following information):** + - Device: [e.g. Pixel 3a] + - OS: [e.g. Ubuntu touch OTA19] + - Mainline or Halium [e.g. Halium 9] + - Kernel version: [e.g. 4.14.x] + +**Additional context** +Add any other context about the problem here. + +**Logs (please upload as file)** + - Output of `waydroid log` + - *Full* (not partially) Output of `waydroid logcat` from the beginning of starting waydroid services diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..bbcbbe7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' + +--- + +**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.