aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorWladimir Kirianov <wladefant@gmail.com>2022-11-13 16:00:18 +0000
committerWladimir Kirianov <wladefant@gmail.com>2022-11-13 16:00:18 +0000
commit05910f5489e5209bfa002b99d1499d2cde2863e1 (patch)
tree43d863bc3be20703a761a6312f604e7eb1289541 /.github
parent03a2784fb885d0ab3a81304ffd11b02ad4d39930 (diff)
downloadinfinity-for-reddit-05910f5489e5209bfa002b99d1499d2cde2863e1.tar
infinity-for-reddit-05910f5489e5209bfa002b99d1499d2cde2863e1.tar.gz
infinity-for-reddit-05910f5489e5209bfa002b99d1499d2cde2863e1.tar.bz2
infinity-for-reddit-05910f5489e5209bfa002b99d1499d2cde2863e1.tar.lz
infinity-for-reddit-05910f5489e5209bfa002b99d1499d2cde2863e1.tar.xz
infinity-for-reddit-05910f5489e5209bfa002b99d1499d2cde2863e1.tar.zst
infinity-for-reddit-05910f5489e5209bfa002b99d1499d2cde2863e1.zip
add example post form
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/BUG_REPORT.yml14
1 files changed, 13 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml
index 0a23da4e..391cc831 100644
--- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml
+++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml
@@ -1,11 +1,13 @@
name: Bug Report
description: Create a report to help us improve existing features
labels: ['type: possible bug']
+
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
+
- type: checkboxes
id: checklist
attributes:
@@ -17,6 +19,7 @@ body:
required: true
- label: If the bug only occurs with a certain link, post, image..., I will include the URL.
required: true
+
- type: input
id: version
attributes:
@@ -25,6 +28,7 @@ body:
placeholder: x.y.z
validations:
required: true
+
- type: dropdown
id: source
attributes:
@@ -36,6 +40,7 @@ body:
- Other
validations:
required: true
+
- type: input
id: android_version
attributes:
@@ -43,6 +48,7 @@ body:
description: Please mention if you are using a custom rom!
validations:
required: true
+
- type: input
id: device
attributes:
@@ -52,16 +58,22 @@ body:
attributes:
label: First occurred
placeholder: about x days/weeks ago
+
- type: textarea
id: steps
attributes:
label: Steps to reproduce
- description: Do not forget to always add example posts, links, markdown...
placeholder: |
1. This
2. Then that
3. Then this
4. Etc.
+
+ - type: textarea
+ id: links
+ attributes:
+ label: Example post, link, markdown...
+
- type: textarea
id: expected
attributes: