Skip to content

Commit

Permalink
Improve issue templates to ask for more relevant bolt information up …
Browse files Browse the repository at this point in the history
…front to issue submitters. (#2098)
  • Loading branch information
filmaj committed Apr 19, 2024
1 parent 513d892 commit acd3c2a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 27 deletions.
20 changes: 7 additions & 13 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,19 @@ assignees: ''

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

### Reproducible in:
### `@slack/bolt` version

#### The Slack SDK version
Refer to your `package.json`

(Paste the output of)
```bash
npm ls | grep -o "\S\+@\S\+$" | tr @ ' ' | awk -v q='"' '{print q$1q": "q"^"$2q","}' | grep slack
```
or refer to your `package.json`
### Your `App` and Receiver Configuration

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

(Paste the output of `node --version`)

#### OS info
### Node.js runtime version

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

#### Steps to reproduce:
### Steps to reproduce:

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

Expand Down
22 changes: 8 additions & 14 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,21 @@ assignees: ''

---

(Describe your issue and goal here)
(Filling out the following with as much detail as you can provide will help us answer your question sooner.)

### Reproducible in:
### `@slack/bolt` version

#### The Slack SDK version
Refer to your `package.json`

(Paste the output of
```bash
npm ls | grep -o "\S\+@\S\+$" | tr @ ' ' | awk -v q='"' '{print q$1q": "q"^"$2q","}' | grep slack
```
or refer to your `package.json`)
### Your `App` and Receiver Configuration

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

(Paste the output of `node --version`)

#### OS info
### Node.js runtime version

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

#### Steps to reproduce:
### Steps to reproduce:

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

Expand Down

0 comments on commit acd3c2a

Please sign in to comment.