Skip to content

Commit acd3c2a

Browse files
authored
Improve issue templates to ask for more relevant bolt information up front to issue submitters. (#2098)
1 parent 513d892 commit acd3c2a

File tree

2 files changed

+15
-27
lines changed

2 files changed

+15
-27
lines changed

.github/ISSUE_TEMPLATE/bug.md

+7-13
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,19 @@ assignees: ''
99

1010
(Filling out the following with as much detail as you can provide will help us solve your issue sooner.)
1111

12-
### Reproducible in:
12+
### `@slack/bolt` version
1313

14-
#### The Slack SDK version
14+
Refer to your `package.json`
1515

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
2117

22-
#### Node.js runtime version
18+
e.g. `const myApp = new App({ ... what options are you using? })`
2319

24-
(Paste the output of `node --version`)
25-
26-
#### OS info
20+
### Node.js runtime version
2721

28-
(Paste the output of `sw_vers && uname -v` on macOS/Linux or `ver` on Windows OS)
22+
(Paste the output of `node --version`)
2923

30-
#### Steps to reproduce:
24+
### Steps to reproduce:
3125

3226
(Share the commands to run, source code, and project settings)
3327

.github/ISSUE_TEMPLATE/question.md

+8-14
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,21 @@ assignees: ''
77

88
---
99

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.)
1111

12-
### Reproducible in:
12+
### `@slack/bolt` version
1313

14-
#### The Slack SDK version
14+
Refer to your `package.json`
1515

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
2117

22-
#### Node.js runtime version
18+
e.g. `const myApp = new App({ ... what options are you using? })`
2319

24-
(Paste the output of `node --version`)
25-
26-
#### OS info
20+
### Node.js runtime version
2721

28-
(Paste the output of `sw_vers && uname -v` on macOS/Linux or `ver` on Windows OS)
22+
(Paste the output of `node --version`)
2923

30-
#### Steps to reproduce:
24+
### Steps to reproduce:
3125

3226
(Share the commands to run, source code, and project settings)
3327

0 commit comments

Comments
 (0)