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
description: Submit a question about the Slack CLI
3
+
labels: ["untriaged"]
4
+
body:
5
+
- type: markdown
6
+
attributes:
7
+
value: |
8
+
Have a question about using the Slack CLI? We're here to help!
9
+
10
+
- type: textarea
11
+
id: question
12
+
attributes:
13
+
label: Question
14
+
description: Describe your question in detail
15
+
validations:
16
+
required: true
17
+
18
+
- type: input
19
+
id: cli-version
20
+
attributes:
21
+
label: CLI Version
22
+
description: Run `slack --version`
23
+
placeholder: e.g., slack-cli/2.35.0
24
+
25
+
- type: input
26
+
id: os
27
+
attributes:
28
+
label: Operating System
29
+
description: |
30
+
macOS/Linux: `sw_vers && uname -v` or Windows: `ver`
31
+
placeholder: e.g., macOS 14.0, Ubuntu 22.04, Windows 11
32
+
33
+
- type: textarea
34
+
id: steps
35
+
attributes:
36
+
label: Steps to Reproduce
37
+
description: Share commands, source code, and project settings
38
+
placeholder: |
39
+
1. Run `slack ...`
40
+
2. ...
41
+
3. ...
42
+
43
+
- type: textarea
44
+
id: expected
45
+
attributes:
46
+
label: Expected Result
47
+
description: What did you expect to happen?
48
+
49
+
- type: textarea
50
+
id: actual
51
+
attributes:
52
+
label: Actual Result
53
+
description: What actually happened? Include logs, screenshots, or error messages.
54
+
55
+
- type: markdown
56
+
attributes:
57
+
value: |
58
+
---
59
+
For general questions about the Slack API platform, please [contact Slack support](https://slack.com/help/requests/new).
60
+
61
+
By submitting this issue, you agree to follow our [Contributing Guidelines](https://github.com/slackapi/slack-cli/blob/main/.github/CONTRIBUTING.md) and [Code of Conduct](https://slackhq.github.io/code-of-conduct).
Thank you for taking the time to fill out this bug report!
9
+
10
+
- type: input
11
+
id: cli-version
12
+
attributes:
13
+
label: CLI Version
14
+
description: Run `slack --version`
15
+
placeholder: e.g., slack-cli/2.35.0
16
+
validations:
17
+
required: true
18
+
19
+
- type: input
20
+
id: os
21
+
attributes:
22
+
label: Operating System
23
+
description: |
24
+
macOS/Linux: `sw_vers && uname -v` or Windows: `ver`
25
+
placeholder: e.g., macOS 14.0, Ubuntu 22.04, Windows 11
26
+
validations:
27
+
required: true
28
+
29
+
- type: textarea
30
+
id: description
31
+
attributes:
32
+
label: Description
33
+
description: Describe the bug in detail
34
+
validations:
35
+
required: true
36
+
37
+
- type: textarea
38
+
id: steps
39
+
attributes:
40
+
label: Steps to Reproduce
41
+
description: Share commands, source code, and project settings
42
+
placeholder: |
43
+
1. Run `slack ...`
44
+
2. ...
45
+
3. See error...
46
+
validations:
47
+
required: true
48
+
49
+
- type: textarea
50
+
id: expected
51
+
attributes:
52
+
label: Expected Result
53
+
description: What did you expect to happen?
54
+
validations:
55
+
required: true
56
+
57
+
- type: textarea
58
+
id: actual
59
+
attributes:
60
+
label: Actual Result
61
+
description: What actually happened? Include logs, screenshots, or error messages.
62
+
validations:
63
+
required: true
64
+
65
+
- type: markdown
66
+
attributes:
67
+
value: |
68
+
---
69
+
For general questions about the Slack API platform, please [contact Slack support](https://slack.com/help/requests/new).
70
+
71
+
By submitting this issue, you agree to follow our [Contributing Guidelines](https://github.com/slackapi/slack-cli/blob/main/.github/CONTRIBUTING.md) and [Code of Conduct](https://slackhq.github.io/code-of-conduct).
description: Submit an enhancement or feature request
3
+
labels: ["untriaged"]
4
+
body:
5
+
- type: markdown
6
+
attributes:
7
+
value: |
8
+
Thanks for suggesting an improvement!
9
+
10
+
- type: textarea
11
+
id: description
12
+
attributes:
13
+
label: Description
14
+
description: Describe the enhancement or feature you'd like
15
+
placeholder: |
16
+
Tell us about your idea! What would you like to see, and how would it help?
17
+
validations:
18
+
required: true
19
+
20
+
- type: textarea
21
+
id: alternatives
22
+
attributes:
23
+
label: Alternatives Considered
24
+
description: Have you considered any alternative solutions or workarounds?
25
+
26
+
- type: markdown
27
+
attributes:
28
+
value: |
29
+
---
30
+
By submitting this issue, you agree to follow our [Contributing Guidelines](https://github.com/slackapi/slack-cli/blob/main/.github/CONTRIBUTING.md) and [Code of Conduct](https://slackhq.github.io/code-of-conduct).
By submitting this issue, you agree to follow our [Contributing Guidelines](https://github.com/slackapi/slack-cli/blob/main/.github/CONTRIBUTING.md) and [Code of Conduct](https://slackhq.github.io/code-of-conduct).
0 commit comments