Commit acd3c2a 1 parent 513d892 commit acd3c2a Copy full SHA for acd3c2a
File tree 2 files changed +15
-27
lines changed
2 files changed +15
-27
lines changed Original file line number Diff line number Diff line change @@ -9,25 +9,19 @@ assignees: ''
9
9
10
10
(Filling out the following with as much detail as you can provide will help us solve your issue sooner.)
11
11
12
- ### Reproducible in:
12
+ ### ` @slack/bolt ` version
13
13
14
- #### The Slack SDK version
14
+ Refer to your ` package.json `
15
15
16
- (Paste the output of)
17
- ``` bash
18
- npm ls | grep -o " \S\+@\S\+$" | tr @ ' ' | awk -v q=' "' ' {print q$1q": "q"^"$2q","}' | grep slack
19
- ```
20
- or refer to your ` package.json `
16
+ ### Your ` App ` and Receiver Configuration
21
17
22
- #### Node.js runtime version
18
+ e.g. ` const myApp = new App({ ... what options are you using? }) `
23
19
24
- (Paste the output of ` node --version ` )
25
-
26
- #### OS info
20
+ ### Node.js runtime version
27
21
28
- (Paste the output of ` sw_vers && uname -v ` on macOS/Linux or ` ver ` on Windows OS )
22
+ (Paste the output of ` node --version ` )
29
23
30
- #### Steps to reproduce:
24
+ ### Steps to reproduce:
31
25
32
26
(Share the commands to run, source code, and project settings)
33
27
Original file line number Diff line number Diff line change @@ -7,27 +7,21 @@ assignees: ''
7
7
8
8
---
9
9
10
- (Describe your issue and goal here )
10
+ (Filling out the following with as much detail as you can provide will help us answer your question sooner. )
11
11
12
- ### Reproducible in:
12
+ ### ` @slack/bolt ` version
13
13
14
- #### The Slack SDK version
14
+ Refer to your ` package.json `
15
15
16
- (Paste the output of
17
- ``` bash
18
- npm ls | grep -o " \S\+@\S\+$" | tr @ ' ' | awk -v q=' "' ' {print q$1q": "q"^"$2q","}' | grep slack
19
- ```
20
- or refer to your ` package.json ` )
16
+ ### Your ` App ` and Receiver Configuration
21
17
22
- #### Node.js runtime version
18
+ e.g. ` const myApp = new App({ ... what options are you using? }) `
23
19
24
- (Paste the output of ` node --version ` )
25
-
26
- #### OS info
20
+ ### Node.js runtime version
27
21
28
- (Paste the output of ` sw_vers && uname -v ` on macOS/Linux or ` ver ` on Windows OS )
22
+ (Paste the output of ` node --version ` )
29
23
30
- #### Steps to reproduce:
24
+ ### Steps to reproduce:
31
25
32
26
(Share the commands to run, source code, and project settings)
33
27
You can’t perform that action at this time.
0 commit comments