Skip to content

Commit

Permalink
Finalize the issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Aug 6, 2020
1 parent 3b5a6a2 commit 41d221d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/01_question.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ sw_vers && uname -v # or `ver`

#### The `slack_bolt` version

(Paste the output of `pip freeze \| grep slack`)
(Paste the output of `pip freeze | grep slack`)

#### Python runtime version

Expand Down
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/02_enhancement.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ assignees: ''

### Category (place an `x` in each of the `[ ]`)

* [ ] `slack_bolt.App` and/or its core components
* [ ] `slack_bolt.async_app.AsyncApp` and/or its core components
* [ ] Adapters in `slack_bolt.adapter`
* [ ] **slack_bolt.App** and/or its core components
* [ ] **slack_bolt.async_app.AsyncApp** and/or its core components
* [ ] Adapters in **slack_bolt.adapter**

## Requirements (place an `x` in each of the `[ ]`)

Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/04_bug.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Bug
about: Report a Slack Python SDK bug
about: Report the SDK bug
title: (Set a clear title describing the issue)
labels: 'bug'
assignees: ''
Expand All @@ -20,7 +20,7 @@ sw_vers && uname -v # or `ver`

#### The `slack_bolt` version

(Paste the output of `pip freeze \| grep slack`)
(Paste the output of `pip freeze | grep slack`)

#### Python runtime version

Expand Down

0 comments on commit 41d221d

Please sign in to comment.