Skip to content

Commit 0a4e80f

Browse files
remove required from templates
1 parent 922c4d1 commit 0a4e80f

File tree

2 files changed

+0
-21
lines changed

2 files changed

+0
-21
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,11 @@ body:
1313
label: Short title
1414
description: One-line summary of the bug
1515
placeholder: App crashes when scanning
16-
required: true
1716
- type: textarea
1817
id: description
1918
attributes:
2019
label: Describe the bug
2120
description: A clear and concise description of the problem
22-
required: true
2321
- type: textarea
2422
id: steps
2523
attributes:
@@ -29,19 +27,16 @@ body:
2927
1) Open app
3028
2) Tap Scan
3129
3) Observe crash
32-
required: true
3330
- type: textarea
3431
id: expected
3532
attributes:
3633
label: Expected behavior
3734
description: What did you expect to happen?
38-
required: false
3935
- type: textarea
4036
id: logs
4137
attributes:
4238
label: Relevant logs/screenshots
4339
description: Paste logs or add screenshots if available
44-
required: false
4540
- type: dropdown
4641
id: reproduction_frequency
4742
attributes:
@@ -63,22 +58,18 @@ body:
6358
attributes:
6459
label: Device model
6560
placeholder: e.g. Pixel 6, Samsung S21
66-
required: true
6761
- type: input
6862
id: android_version
6963
attributes:
7064
label: Android version / API level
7165
placeholder: e.g. Android 12 (API 31)
72-
required: true
7366
- type: input
7467
id: app_version
7568
attributes:
7669
label: WiFiAnalyzer version
7770
placeholder: e.g. 3.2.1
78-
required: true
7971
- type: textarea
8072
id: additional_context
8173
attributes:
8274
label: Additional context
8375
description: Any other information (network setup, nearby APs, whether it occurs on other devices)
84-
required: false

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,30 +14,25 @@ body:
1414
attributes:
1515
label: Short title
1616
description: One-line summary of the feature
17-
required: true
1817
- type: textarea
1918
id: problem
2019
attributes:
2120
label: Is your feature request related to a problem? Please describe.
2221
description: Describe the problem or use-case this feature solves
23-
required: true
2422
- type: textarea
2523
id: solution
2624
attributes:
2725
label: Describe the solution you'd like
28-
required: true
2926
- type: textarea
3027
id: alternatives
3128
attributes:
3229
label: Alternatives considered
3330
description: Any alternative solutions or features you've considered
34-
required: false
3531
- type: input
3632
id: willing_to_help
3733
attributes:
3834
label: How I can help
3935
description: e.g. PR, testing, design
40-
required: false
4136
- type: dropdown
4237
id: reproduction_frequency
4338
attributes:
@@ -64,40 +59,33 @@ body:
6459
attributes:
6560
label: Device model
6661
placeholder: e.g. Pixel 6, Samsung S21
67-
required: false
6862
- type: input
6963
id: android_version
7064
attributes:
7165
label: Android version
7266
placeholder: e.g. Android 12
73-
required: false
7467
- type: input
7568
id: android_api_level
7669
attributes:
7770
label: Android API level
7871
placeholder: e.g. 31
79-
required: false
8072
- type: input
8173
id: app_version
8274
attributes:
8375
label: WiFiAnalyzer version
8476
placeholder: e.g. 3.2.1
85-
required: false
8677
- type: input
8778
id: build_variant
8879
attributes:
8980
label: Build variant
9081
placeholder: e.g. debug / release
91-
required: false
9282
- type: textarea
9383
id: additional_context
9484
attributes:
9585
label: Additional context
9686
description: Any other information that may help (network setup, similar behavior on other devices)
97-
required: false
9887
- type: textarea
9988
id: attachments
10089
attributes:
10190
label: Screenshots / Mockups / Attachments (optional)
10291
description: Attach screenshots or mockups to illustrate the feature.
103-
required: false

0 commit comments

Comments
 (0)