Skip to content

Commit df8bd0a

Browse files
authored
CHANGE(chore): @W-18505636@ Update Issue Templates (#1828)
1 parent f800322 commit df8bd0a

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

.github/ISSUE_TEMPLATE/2-vscode_extension_bug.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,19 +77,19 @@ body:
7777
label: Using v4
7878
description: "Are you using Code Analyzer v4? (Is the setting 'Code Analyzer: Use v4 (Deprecated)' checked?)"
7979
options:
80-
- "Yes"
80+
- ""
8181
- "No"
82+
- "Yes"
8283
- "Not sure"
83-
default: 0
8484
validations:
8585
required: true
8686
- type: input
8787
attributes:
88-
label: Plugin Versions
88+
label: Code Analyzer CLI Plugin Version
8989
description: |
9090
What do you get when you run the "sf plugins" command in the terminal?
9191
placeholder: |
92-
Example: code-analyzer 5.0.0. If you selected "Yes" to "Using v4", also include the scanner version, such as: @salesforce/sfdx-scanner 4.12.0.
92+
code-analyzer 5.0.0; or if using v4: @salesforce/sfdx-scanner 4.12.0
9393
validations:
9494
required: false
9595
- type: input

.github/ISSUE_TEMPLATE/5-feature_request.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@ name: Request a New Feature
22
description: Request a new Salesforce Code Analyzer feature, such as a new rule or an additional engine.
33
title: "[Feature Request] <YOUR_TITLE_HERE>"
44
body:
5+
- type: dropdown
6+
attributes:
7+
label: Product Area
8+
description: What is the product area of the feature you are requesting?
9+
options:
10+
- The "code-analyzer" CLI
11+
- The "Salesforce Code Analyzer" VS Code Extension
12+
- The “Run Salesforce Code Analyzer” GitHub Action
13+
- An Engine
14+
- A Rule
15+
- Other
16+
default: 0
17+
validations:
18+
required: true
519
- type: textarea
620
attributes:
721
label: Your Need or Problem

0 commit comments

Comments
 (0)