Skip to content

Commit e9da4b1

Browse files
committed
Github issue form update
* Fix a sentence * Add Android device to bug report template
1 parent edeb089 commit e9da4b1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/ISSUE_TEMPLATE/best-practice.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ body:
66
attributes:
77
value: |
88
## Hello 👋
9-
If this issue involves a defect with the library, please file a Bug Report issue instead. If this is an issue with a recommended README / documentation update or a language update.
9+
If this issue involves a defect with the library, please file a Bug Report issue instead. This template is for a recommended README / documentation update or a language update, etc.
1010
- type: textarea
1111
id: summary
1212
attributes:

.github/ISSUE_TEMPLATE/bug-report.yml

+7
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,13 @@ body:
4444
placeholder: 7.0.0
4545
validations:
4646
required: false
47+
- type: input
48+
id: device
49+
attributes:
50+
label: Android Device(s)
51+
description: If you saw this bug on Android, add the phone(s) you saw this bug on. If this bug was on JavaSE / JavaEE, you may leave this field blank.
52+
validations:
53+
required: false
4754
- type: input
4855
id: sdl-java-suite-version
4956
attributes:

0 commit comments

Comments
 (0)