You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3. Double-check the command that you ran. Ensure that items like file names, method names, and category names are correctly spelled and cased.
11
+
2. Read the [Salesforce Code Analyzer](https://developer.salesforce.com/docs/platform/salesforce-code-analyzer/guide/get-started.html) documentation.
12
+
3. Double-check the command that you ran. Make sure that items like file names, method names, and tag names are correctly spelled and cased.
14
13
4. Verify that your code is syntactically valid.
15
-
5. Verify that the error is reproducible on another machine.
16
-
6. Check open and closed [issues](https://github.com/forcedotcom/code-analyzer/issues) to see if your issue is already logged.
14
+
5. Verify that the error is reproducible on another computer.
15
+
6. Check the open and closed [issues](https://github.com/forcedotcom/code-analyzer/issues) to see if your issue is already logged.
17
16
options:
18
-
- label: I confirm I have gone through the above steps and still have an issue to report
17
+
- label: I confirm I have gone through the above steps and still have an issue to report.
19
18
required: true
20
19
- type: textarea
21
20
attributes:
22
21
label: Bug Description
23
-
description: Provide a clear and concise description of what the bug is and include the exact command that you ran.
22
+
description: Provide a clear and concise overview of the bug.
24
23
validations:
25
24
required: true
26
25
- type: textarea
27
26
attributes:
28
27
label: Output / Logs
29
-
description: Attach any output or logs here
28
+
description: Attach any output or logs here.
30
29
placeholder: |
31
-
Add log output here or drag files here.
30
+
Add log output or drag files here.
32
31
- type: textarea
33
32
attributes:
34
33
label: Steps To Reproduce
35
-
description: List out the steps that you used to reproduce the bug behavior. Be as specific and clear as possible.
34
+
description: List the steps that you used to reproduce the bug behavior. Be as specific and clear as possible. If possible, ensure the steps are reproducible on another machine and attach any files that demonstrate the issue.
36
35
placeholder: |
37
36
1. I first do ...
38
37
2. Then I do ...
@@ -49,34 +48,34 @@ body:
49
48
attributes:
50
49
label: Operating System
51
50
description: |
52
-
What is your machine's operating system?
51
+
What's your computer's operating system?
53
52
placeholder: |
54
-
Example: MacOS Sonoma 14.4.1
53
+
Example: macOS Sonoma 14.4.1
55
54
validations:
56
55
required: true
57
56
- type: input
58
57
attributes:
59
58
label: Salesforce CLI Version
60
59
description: |
61
-
What do you get from the command "sf --version"?
60
+
What do you get when you run the "sf --version" command?
3. Double-check the command that you ran. Ensure that items like file names, method names, and category names are correctly spelled and cased.
11
+
2. Read the [Salesforce Code Analyzer v4](https://developer.salesforce.com/docs/platform/salesforce-code-analyzer/guide/code-analyzer-3x.html) documentation.
12
+
3. Double-check the command that you ran. Make sure that items like file names, method names, and category names are correctly spelled and cased.
14
13
4. Verify that your code is syntactically valid.
15
-
5. Verify that the error is reproducible on another machine.
14
+
5. Verify that the error is reproducible on another computer.
16
15
6. Check open and closed [issues](https://github.com/forcedotcom/code-analyzer/issues) to see if your issue is already logged.
17
16
options:
18
-
- label: I confirm I have gone through the above steps and still have an issue to report
17
+
- label: I confirm I have gone through the above steps and still have an issue to report.
19
18
required: true
20
19
- type: textarea
21
20
attributes:
22
21
label: Bug Description
23
-
description: Provide a clear and concise description of what the bug is and include the exact command that you ran.
22
+
description: Provide a clear and concise overview of the bug.
24
23
validations:
25
24
required: true
26
25
- type: textarea
27
26
attributes:
28
27
label: Output / Logs
29
-
description: Attach any output or logs here
28
+
description: Attach any output or logs here.
30
29
placeholder: |
31
-
Add log output here or drag files here.
30
+
Add log output or drag files here.
32
31
- type: textarea
33
32
attributes:
34
33
label: Steps To Reproduce
35
-
description: List out the steps that you used to reproduce the bug behavior. Be as specific and clear as possible.
34
+
description: List the steps that you used to reproduce the bug behavior. Be as specific and clear as possible. If possible, ensure the steps are reproducible on another machine and attach any files that demonstrate the issue.
36
35
placeholder: |
37
36
1. I first do ...
38
37
2. Then I do ...
@@ -49,34 +48,34 @@ body:
49
48
attributes:
50
49
label: Operating System
51
50
description: |
52
-
What is your machine's operating system?
51
+
What is your computer's operating system?
53
52
placeholder: |
54
-
Example: MacOS Sonoma 14.4.1
53
+
Example: macOS Sonoma 14.4.1
55
54
validations:
56
55
required: true
57
56
- type: input
58
57
attributes:
59
58
label: Salesforce CLI Version
60
59
description: |
61
-
What do you get from the command "sf --version"?
60
+
What do you get when you run the "sf --version" command?
label: Have you tried to resolve this issue yourself first?
8
+
description: |
9
+
You can often resolve these issues on your own. Follow these steps:
10
+
1. Read the error message.
11
+
2. Read the [Salesforce Code Analyzer VS Code Extension](https://developer.salesforce.com/docs/platform/salesforce-code-analyzer/guide/analyze-vscode.html) documentation.
12
+
3. Double-check the VS Code extension feature you used. Make sure that items like file names, method names, and category names are correctly spelled and cased.
13
+
4. Verify that you can't reproduce the issue using the same Salesforce CLI command. Use the "Developer: Set Log Level" command from the Command Palette to set the log levels to 'DEBUG', and then the "Output" panel will display the code-analyzer command.
14
+
5. Verify that your code is syntactically valid.
15
+
6. Verify that the error is reproducible on another computer.
16
+
7. Check open and closed [issues](https://github.com/forcedotcom/code-analyzer/issues) to see if your issue is already logged.
17
+
options:
18
+
- label: I confirm I have gone through the above steps and still have an issue to report.
19
+
required: true
20
+
- type: textarea
21
+
attributes:
22
+
label: Bug Description
23
+
description: Provide a clear and concise overview of the bug.
24
+
validations:
25
+
required: true
26
+
- type: textarea
27
+
attributes:
28
+
label: Output / Logs
29
+
description: Attach any output or logs here.
30
+
placeholder: |
31
+
Add log output or drag files here.
32
+
- type: textarea
33
+
attributes:
34
+
label: Steps To Reproduce
35
+
description: List the steps that you used to reproduce the bug behavior. Be as specific and clear as possible. If possible, ensure the steps are reproducible on another machine and attach any files that demonstrate the issue.
36
+
placeholder: |
37
+
1. I first do ...
38
+
2. Then I do ...
39
+
3. Lastly, I do ...
40
+
validations:
41
+
required: true
42
+
- type: textarea
43
+
attributes:
44
+
label: Expected Behavior
45
+
description: Provide a clear and concise description of what you expected to happen.
46
+
validations:
47
+
required: true
48
+
- type: input
49
+
attributes:
50
+
label: Operating System
51
+
description: |
52
+
What is your computer's operating system?
53
+
placeholder: |
54
+
Example: macOS Sonoma 14.4.1
55
+
validations:
56
+
required: true
57
+
- type: input
58
+
attributes:
59
+
label: Visual Studio Code Version
60
+
description: |
61
+
What version do you see when you click "Code > About Visual Studio Code"?
62
+
placeholder: |
63
+
Example: Version: 1.89.1 (Universal)
64
+
validations:
65
+
required: true
66
+
- type: input
67
+
attributes:
68
+
label: Salesforce CLI Version
69
+
description: |
70
+
What do you get when you run the "sf --version" command in the terminal?
0 commit comments