X Tutup
Skip to content

Commit 41d221d

Browse files
committed
Finalize the issue templates
1 parent 3b5a6a2 commit 41d221d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/ISSUE_TEMPLATE/01_question.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ sw_vers && uname -v # or `ver`
2020

2121
#### The `slack_bolt` version
2222

23-
(Paste the output of `pip freeze \| grep slack`)
23+
(Paste the output of `pip freeze | grep slack`)
2424

2525
#### Python runtime version
2626

.github/ISSUE_TEMPLATE/02_enhancement.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ assignees: ''
1212

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

15-
* [ ] `slack_bolt.App` and/or its core components
16-
* [ ] `slack_bolt.async_app.AsyncApp` and/or its core components
17-
* [ ] Adapters in `slack_bolt.adapter`
15+
* [ ] **slack_bolt.App** and/or its core components
16+
* [ ] **slack_bolt.async_app.AsyncApp** and/or its core components
17+
* [ ] Adapters in **slack_bolt.adapter**
1818

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

.github/ISSUE_TEMPLATE/04_bug.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Bug
3-
about: Report a Slack Python SDK bug
3+
about: Report the SDK bug
44
title: (Set a clear title describing the issue)
55
labels: 'bug'
66
assignees: ''
@@ -20,7 +20,7 @@ sw_vers && uname -v # or `ver`
2020

2121
#### The `slack_bolt` version
2222

23-
(Paste the output of `pip freeze \| grep slack`)
23+
(Paste the output of `pip freeze | grep slack`)
2424

2525
#### Python runtime version
2626

0 commit comments

Comments
 (0)
X Tutup